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