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