Ejemplo n.º 1
0
 public static float getScrollX(View view) {
   return NEEDS_PROXY ? wrap(view).getScrollX() : Honeycomb.getScrollX(view);
 }