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