示例#1
0
 public static float getRotationY(View view) {
   return NEEDS_PROXY ? wrap(view).getRotationY() : Honeycomb.getRotationY(view);
 }