Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/
H A DHorizontalScrollViewFunctionalTest.java90 public void onAbsorb(int velocity) { in onAbsorb() method in HorizontalScrollViewFunctionalTest.WatchedEdgeEffect
91 super.onAbsorb(velocity); in onAbsorb()
/aosp14/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1481 mEdgeGlowLeft.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1483 mEdgeGlowRight.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1796 mEdgeGlowLeft.onAbsorb(-velocityX); in fling()
1802 mEdgeGlowRight.onAbsorb(velocityX); in fling()
H A DScrollView.java1522 mEdgeGlowTop.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1524 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1862 mEdgeGlowTop.onAbsorb(-velocityY); in flingWithNestedDispatch()
1868 mEdgeGlowBottom.onAbsorb(velocityY); in flingWithNestedDispatch()
H A DEdgeEffect.java494 public void onAbsorb(int velocity) { in onAbsorb() method in EdgeEffect
H A DAbsListView.java4288 mEdgeGlowTop.onAbsorb(initialVelocity); in onTouchUp()
4297 mEdgeGlowBottom.onAbsorb(-initialVelocity); in onTouchUp()
4989 mEdgeGlowTop.onAbsorb(vel);
4991 mEdgeGlowBottom.onAbsorb(vel);
/aosp14/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()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt19935 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt19999 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt58518 method public void onAbsorb(int);