Searched defs:newX (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DScroller.java477 * @param newX The new X offset as an absolute distance from the origin.
481 public void setFinalX(int newX) { argument
482 mFinalX = newX;
H A DOverScroller.java256 * @param newX The new X offset as an absolute distance from the origin.
267 public void setFinalX(int newX) { argument
268 mScrollerX.setFinalPosition(newX);

Completed in 524 milliseconds