Home
last modified time | relevance | path

Searched refs:onAbsorb (Results 1 – 22 of 22) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DSpringRelativeLayout.java87 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 DPaper.java48 mAnimationRight.onAbsorb(-velocity); in edgeReached()
50 mAnimationLeft.onAbsorb(velocity); in edgeReached()
145 public void onAbsorb(float velocity) { in onAbsorb() method in EdgeAnimation
H A DEdgeView.java126 public void onAbsorb(int velocity, int direction) { in onAbsorb() method in EdgeView
127 mEffect[direction].onAbsorb(velocity); in onAbsorb()
H A DPositionController.java197 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 DEdgeEffect.java264 public void onAbsorb(int velocity) { in onAbsorb() method in EdgeEffect
H A DPhotoView.java301 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 DOverlayEdgeEffect.java59 public void onAbsorb(int velocity) { } in onAbsorb() method in OverlayEdgeEffect
/aosp12/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1448 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 DScrollView.java1480 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 DEdgeEffect.java494 public void onAbsorb(int velocity) { in onAbsorb() method in EdgeEffect
H A DAbsListView.java4199 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 DMultiShrinkScroller.java867 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 DPagedView.java564 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 DGalleryThumbnailView.java552 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
/aosp12/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java561 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java2168 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 DDayView.java3772 mEdgeEffectTop.onAbsorb((int) mLastVelocity); in run()
3775 mEdgeEffectBottom.onAbsorb((int) mLastVelocity); in run()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt19951 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt54642 method public void onAbsorb(int);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt37284 method public void onAbsorb(int);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt19999 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V