Searched defs:onAbsorb (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeView.java124 public void onAbsorb(int velocity, int direction) { method in class:EdgeView
125 mEffect[direction].onAbsorb(velocity);
H A DPaper.java48 mAnimationRight.onAbsorb(-velocity);
50 mAnimationLeft.onAbsorb(velocity);
145 public void onAbsorb(float velocity) { method in class:EdgeAnimation
H A DEdgeEffect.java41 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
262 public void onAbsorb(int velocity) { method in class:EdgeEffect
H A DPositionController.java197 void onAbsorb(int velocity, int direction); method in interface:PositionController.Listener
1542 // TODO: restore this onAbsorb call
1544 //mListener.onAbsorb(v, dir);
1562 mListener.onAbsorb(v, EdgeView.RIGHT);
1565 mListener.onAbsorb(v, EdgeView.LEFT);
1706 mListener.onAbsorb(v, EdgeView.BOTTOM);
1709 mListener.onAbsorb(v, EdgeView.TOP);

Completed in 55 milliseconds