/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | SpringRelativeLayout.java | 87 mEdgeGlowBottom.onAbsorb(velocity); in absorbSwipeUpVelocity() 136 public void onAbsorb(int velocity) { in onAbsorb() method in SpringRelativeLayout.EdgeEffectProxy 137 mParent.onAbsorb(velocity); in onAbsorb()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | Paper.java | 48 mAnimationRight.onAbsorb(-velocity); in edgeReached() 50 mAnimationLeft.onAbsorb(velocity); in edgeReached() 145 public void onAbsorb(float velocity) { in onAbsorb() method in EdgeAnimation
|
H A D | EdgeView.java | 126 public void onAbsorb(int velocity, int direction) { in onAbsorb() method in EdgeView 127 mEffect[direction].onAbsorb(velocity); in onAbsorb()
|
H A D | PositionController.java | 197 void onAbsorb(int velocity, int direction); in onAbsorb() method 1562 mListener.onAbsorb(v, EdgeView.RIGHT); in interpolateFlingPage() 1565 mListener.onAbsorb(v, EdgeView.LEFT); in interpolateFlingPage() 1706 mListener.onAbsorb(v, EdgeView.BOTTOM); in interpolateFlingPage() 1709 mListener.onAbsorb(v, EdgeView.TOP); in interpolateFlingPage()
|
H A D | EdgeEffect.java | 264 public void onAbsorb(int velocity) { in onAbsorb() method in EdgeEffect
|
H A D | PhotoView.java | 301 public void onAbsorb(int velocity, int direction) { in PhotoView() 302 mEdgeView.onAbsorb(velocity, direction); in PhotoView()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | OverlayEdgeEffect.java | 59 public void onAbsorb(int velocity) { } in onAbsorb() method in OverlayEdgeEffect
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | HorizontalScrollView.java | 1448 mEdgeGlowLeft.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll() 1450 mEdgeGlowRight.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll() 1726 mEdgeGlowLeft.onAbsorb(-velocityX); in fling() 1728 mEdgeGlowRight.onAbsorb(velocityX); in fling()
|
H A D | ScrollView.java | 1480 mEdgeGlowTop.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll() 1482 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll() 1782 mEdgeGlowTop.onAbsorb(-velocityY); in flingWithNestedDispatch() 1784 mEdgeGlowBottom.onAbsorb(velocityY); in flingWithNestedDispatch()
|
H A D | EdgeEffect.java | 494 public void onAbsorb(int velocity) { in onAbsorb() method in EdgeEffect
|
H A D | AbsListView.java | 4199 mEdgeGlowTop.onAbsorb(initialVelocity); in onTouchUp() 4201 mEdgeGlowBottom.onAbsorb(-initialVelocity); in onTouchUp() 4794 mEdgeGlowTop.onAbsorb(vel); 4796 mEdgeGlowBottom.onAbsorb(vel);
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/ |
H A D | MultiShrinkScroller.java | 867 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll() 872 mEdgeGlowTop.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | PagedView.java | 564 mEdgeGlowLeft.onAbsorb((int) mScroller.getCurrVelocity()); in computeScrollHelper() 568 mEdgeGlowRight.onAbsorb((int) mScroller.getCurrVelocity()); in computeScrollHelper()
|
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/ |
H A D | GalleryThumbnailView.java | 552 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
|
/aosp12/frameworks/ex/widget/java/com/android/ex/widget/ |
H A D | StaggeredGridView.java | 561 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 2168 mLeftGlow.onAbsorb(-velocityX); in absorbGlows() 2171 mRightGlow.onAbsorb(velocityX); in absorbGlows() 2176 mTopGlow.onAbsorb(-velocityY); in absorbGlows() 2179 mBottomGlow.onAbsorb(velocityY); in absorbGlows()
|
/aosp12/packages/apps/Calendar/src/com/android/calendar/ |
H A D | DayView.java | 3772 mEdgeEffectTop.onAbsorb((int) mLastVelocity); in run() 3775 mEdgeEffectBottom.onAbsorb((int) mLastVelocity); in run()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 19951 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 54642 method public void onAbsorb(int);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 37284 method public void onAbsorb(int);
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 19999 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V
|