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