Searched refs:onPull (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPaper.java39 mAnimationLeft.onPull(-distance);
41 mAnimationRight.onPull(distance);
134 public void onPull(float deltaDistance) { method in class:EdgeAnimation
H A DEdgeView.java101 public void onPull(int offset, int direction) { method in class:EdgeView
103 mEffect[direction].onPull((float)offset / fullLength);
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);
H A DEdgeEffect.java41 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
182 public void onPull(float deltaDistance) { method in class:EdgeEffect
H A DPhotoView.java285 public void onPull(int offset, int direction) {
286 mEdgeView.onPull(offset, direction);
/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
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHorizontalScrollView.java601 mEdgeGlowLeft.onPull((float) deltaX / getWidth());
606 mEdgeGlowRight.onPull((float) deltaX / getWidth());
/packages/apps/Browser/src/com/android/browser/
H A DNavTabScroller.java483 protected void onPull(int delta) { method in class:NavTabScroller
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java4029 mEdgeEffectTop.onPull(deltaY / mViewHeight);
4034 mEdgeEffectBottom.onPull(deltaY / mViewHeight);

Completed in 238 milliseconds