HomeSort by relevance Sort by last modified time
    Searched full:onabsorb (Results 1 - 13 of 13) sorted by null

  /frameworks/support/v4/ics/android/support/v4/widget/
EdgeEffectCompatIcs.java 56 public static boolean onAbsorb(Object edgeEffect, int velocity) {
57 ((EdgeEffect) edgeEffect).onAbsorb(velocity);
  /frameworks/support/v4/java/android/support/v4/widget/
EdgeEffectCompat.java 51 public boolean onAbsorb(Object edgeEffect, int velocity);
81 public boolean onAbsorb(Object edgeEffect, int velocity) {
115 public boolean onAbsorb(Object edgeEffect, int velocity) {
116 return EdgeEffectCompatIcs.onAbsorb(edgeEffect, velocity);
203 public boolean onAbsorb(int velocity) {
204 return IMPL.onAbsorb(mEdgeEffect, velocity);
  /frameworks/base/core/java/android/webkit/
OverScrollGlow.java 125 mEdgeGlowTop.onAbsorb((int) mHostView.mScroller.getCurrVelocity());
130 mEdgeGlowBottom.onAbsorb((int) mHostView.mScroller.getCurrVelocity());
139 mEdgeGlowLeft.onAbsorb((int) mHostView.mScroller.getCurrVelocity());
144 mEdgeGlowRight.onAbsorb((int) mHostView.mScroller.getCurrVelocity());
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Paper.java 47 mAnimationRight.onAbsorb(-velocity);
49 mAnimationLeft.onAbsorb(velocity);
144 public void onAbsorb(float velocity) {
EdgeView.java 123 public void onAbsorb(int velocity, int direction) {
124 mEffect[direction].onAbsorb(velocity);
EdgeEffect.java 41 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
261 public void onAbsorb(int velocity) {
PositionController.java 196 void onAbsorb(int velocity, int direction);
    [all...]
PhotoView.java 276 public void onAbsorb(int velocity, int direction) {
277 mEdgeView.onAbsorb(velocity, direction);
    [all...]
  /frameworks/base/core/java/android/widget/
EdgeEffect.java 36 * the methods {@link #onAbsorb(int)}, {@link #onPull(float)}, and {@link #onRelease()},
284 public void onAbsorb(int velocity) {
HorizontalScrollView.java     [all...]
ScrollView.java     [all...]
AbsListView.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 1804 milliseconds