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