Home
last modified time | relevance | path

Searched refs:smoothScrollTo (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java132 smoothScrollTo(0, 0);
216 smoothScrollTo(collapsed ? mCollapsibleHeight : 0, 0); in setCollapsed()
448 smoothScrollTo(0, 0); in onTouchEvent()
459 smoothScrollTo(yvel < 0 ? 0 : mCollapsibleHeight, yvel); in onTouchEvent()
464 smoothScrollTo(mCollapsibleHeight + mUncollapsibleHeight, yvel); in onTouchEvent()
468 smoothScrollTo(yvel < 0 ? 0 : mCollapsibleHeight, yvel); in onTouchEvent()
472 smoothScrollTo( in onTouchEvent()
481 smoothScrollTo( in onTouchEvent()
616 private void smoothScrollTo(int yOffset, float velocity) {
733 smoothScrollTo(0, 0);
[all …]
DViewPager.java547 smoothScrollTo(destX, 0, velocity); in scrollToItem()
760 void smoothScrollTo(int x, int y) { in smoothScrollTo() method in ViewPager
761 smoothScrollTo(x, y, 0); in smoothScrollTo()
771 void smoothScrollTo(int x, int y, int velocity) { in smoothScrollTo() method in ViewPager
DScrollingTabContainerView.java262 smoothScrollTo(scrollPos, 0); in animateToTab()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaCarouselScrollHandler.kt306 scrollView.smoothScrollTo(newScrollX, scrollView.scrollY) in onTouch()
443 scrollView.smoothScrollTo(view.left, scrollView.scrollY) in onFling()
580 scrollView.smoothScrollTo(view.left, scrollView.scrollY) in scrollToPlayer()
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerTestActivity.java178 mScrollView.smoothScrollTo(0, mDebugView.getBottom()); in showMessage()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java932 smoothScrollTo(targetScrollX, 0); in performAccessibilityActionInternal()
944 smoothScrollTo(targetScrollX, 0); in performAccessibilityActionInternal()
1347 public final void smoothScrollTo(int x, int y) { in smoothScrollTo() method in HorizontalScrollView
DScrollView.java993 smoothScrollTo(0, targetScrollY); in performAccessibilityActionInternal()
1002 smoothScrollTo(0, targetScrollY); in performAccessibilityActionInternal()
1376 public final void smoothScrollTo(int x, int y) { in smoothScrollTo() method in ScrollView
/frameworks/base/core/api/
Dcurrent.txt54869 method public final void smoothScrollTo(int, int);
55761 method public final void smoothScrollTo(int, int);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37604 method public final void smoothScrollTo(int, int);
38313 method public final void smoothScrollTo(int, int);