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