Searched defs:onPull (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeView.java103 public void onPull(int offset, int direction) { method in class:EdgeView
105 mEffect[direction].onPull((float)offset / fullLength);
H A DPaper.java39 mAnimationLeft.onPull(-distance);
41 mAnimationRight.onPull(distance);
134 public void onPull(float deltaDistance) { method in class:EdgeAnimation
H A DEdgeEffect.java43 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
184 public void onPull(float deltaDistance) { method in class:EdgeEffect
H A DPositionController.java195 void onPull(int offset, int direction); method in interface:PositionController.Listener
592 mListener.onPull(mBoundTop - y, EdgeView.BOTTOM);
594 mListener.onPull(y - mBoundBottom, EdgeView.TOP);
604 mListener.onPull(pixels, EdgeView.LEFT);
608 mListener.onPull(pixels, EdgeView.RIGHT);
640 mListener.onPull(x, EdgeView.LEFT);
643 mListener.onPull(-x, EdgeView.RIGHT);
/packages/apps/Browser/src/com/android/browser/
H A DNavTabScroller.java483 protected void onPull(int delta) { method in class:NavTabScroller
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java689 onPull(pulledToY);
691 onPull(pulledToY - range);
693 onPull(0);
735 onPull(0);
784 protected void onPull(int delta) { method in class:ScrollerView

Completed in 83 milliseconds