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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DEdgeView.java123 public void onAbsorb(int velocity, int direction) { method in class:EdgeView
124 mEffect[direction].onAbsorb(velocity);
H A DPaper.java47 mAnimationRight.onAbsorb(-velocity);
49 mAnimationLeft.onAbsorb(velocity);
144 public void onAbsorb(float velocity) { method in class:EdgeAnimation
H A DEdgeEffect.java41 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
261 public void onAbsorb(int velocity) { method in class:EdgeEffect
H A DPositionController.java196 void onAbsorb(int velocity, int direction); method in interface:PositionController.Listener
1545 mListener.onAbsorb(v, dir);
1563 mListener.onAbsorb(v, EdgeView.RIGHT);
1566 mListener.onAbsorb(v, EdgeView.LEFT);
1707 mListener.onAbsorb(v, EdgeView.BOTTOM);
1710 mListener.onAbsorb(v, EdgeView.TOP);

Completed in 52 milliseconds