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