Searched refs:onAbsorb (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPaper.java52 mAnimationRight.onAbsorb(-velocity);
54 mAnimationLeft.onAbsorb(velocity);
152 public void onAbsorb(float velocity) { method in class:EdgeAnimation
H A DEdgeView.java122 public void onAbsorb(int velocity, int direction) { method in class:EdgeView
123 mEffect[direction].onAbsorb(velocity);
H A DPositionController.java483 mEdgeView.onAbsorb(v, EdgeView.LEFT);
486 mEdgeView.onAbsorb(v, EdgeView.RIGHT);
491 mEdgeView.onAbsorb(v, EdgeView.TOP);
494 mEdgeView.onAbsorb(v, EdgeView.BOTTOM);
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
/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java4556 mEdgeEffectTop.onAbsorb((int) mLastVelocity);
4559 mEdgeEffectBottom.onAbsorb((int) mLastVelocity);

Completed in 70 milliseconds