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