Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DHorizontalScrollViewFunctionalTest.java135 public void onAbsorb(int velocity) { in onAbsorb() method in HorizontalScrollViewFunctionalTest.WatchedEdgeEffect
136 super.onAbsorb(velocity); in onAbsorb()
DScrollViewFunctionalTest.java134 public void onAbsorb(int velocity) { in onAbsorb() method in ScrollViewFunctionalTest.WatchedEdgeEffect
135 super.onAbsorb(velocity); in onAbsorb()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1483 mEdgeGlowLeft.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1485 mEdgeGlowRight.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1803 mEdgeGlowLeft.onAbsorb(-velocityX); in fling()
1809 mEdgeGlowRight.onAbsorb(velocityX); in fling()
DScrollView.java1573 mEdgeGlowTop.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1575 mEdgeGlowBottom.onAbsorb((int) mScroller.getCurrVelocity()); in computeScroll()
1922 mEdgeGlowTop.onAbsorb(-velocityY); in flingWithNestedDispatch()
1928 mEdgeGlowBottom.onAbsorb(velocityY); in flingWithNestedDispatch()
DEdgeEffect.java494 public void onAbsorb(int velocity) { in onAbsorb() method in EdgeEffect
DAbsListView.java4296 mEdgeGlowTop.onAbsorb(initialVelocity); in onTouchUp()
4305 mEdgeGlowBottom.onAbsorb(-initialVelocity); in onTouchUp()
5026 mEdgeGlowTop.onAbsorb(vel);
5028 mEdgeGlowBottom.onAbsorb(vel);
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java561 edge.onAbsorb(Math.abs((int) mScroller.getCurrVelocity())); in computeScroll()
/frameworks/base/core/java/com/android/internal/widget/
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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt19586 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37284 method public void onAbsorb(int);
/frameworks/base/config/
Dboot-image-profile.txt19650 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V
/frameworks/base/core/api/
Dcurrent.txt59148 method public void onAbsorb(int);