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