Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/view/
DMediaCarouselScrollHandlerTest.kt93 verify(mediaCarousel).smoothScrollTo(eq(0), anyInt()) in testCarouselScroll_shortScroll()
105 verify(mediaCarousel).smoothScrollTo(eq(carouselWidth), anyInt()) in testCarouselScroll_shortScroll_isRTL()
117 verify(mediaCarousel).smoothScrollTo(eq(carouselWidth), anyInt()) in testCarouselScroll_longScroll()
129 verify(mediaCarousel).smoothScrollTo(eq(0), anyInt()) in testCarouselScroll_longScroll_isRTL()
/frameworks/base/core/java/com/android/internal/widget/
DResolverDrawerLayout.java141 smoothScrollTo(0, 0);
233 smoothScrollTo(collapsed ? mCollapsibleHeight : 0, 0); in setCollapsed()
474 smoothScrollTo(0, 0); in onTouchEvent()
485 smoothScrollTo(yvel < 0 ? 0 : mCollapsibleHeight, yvel); in onTouchEvent()
490 smoothScrollTo(mCollapsibleHeight + mUncollapsibleHeight, yvel); in onTouchEvent()
494 smoothScrollTo(yvel < 0 ? 0 : mCollapsibleHeight, yvel); in onTouchEvent()
498 smoothScrollTo( in onTouchEvent()
507 smoothScrollTo( in onTouchEvent()
662 private void smoothScrollTo(int yOffset, float velocity) {
779 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/controls/ui/view/
DMediaCarouselScrollHandler.kt302 mainExecutor.execute { scrollView.smoothScrollTo(newScrollX, scrollView.scrollY) } in onTouch()
448 mainExecutor.execute { scrollView.smoothScrollTo(view.left, scrollView.scrollY) } in onFling()
585 { scrollView.smoothScrollTo(view.left, scrollView.scrollY) }, in scrollToPlayer()
/frameworks/base/core/tests/coretests/src/android/widget/
DHorizontalScrollViewFunctionalTest.java120 mMyHorizontalScrollView.smoothScrollTo(maxScroll, 0); in hasVelocityInSmoothScrollBy()
DScrollViewFunctionalTest.java119 mMyScrollView.smoothScrollTo(0, maxScroll); in hasVelocityInSmoothScrollBy()
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/
DSoundTriggerTestActivity.java173 mScrollView.smoothScrollTo(0, mDebugView.getBottom()); in showMessage()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java966 smoothScrollTo(targetScrollX, 0); in performAccessibilityActionInternal()
978 smoothScrollTo(targetScrollX, 0); in performAccessibilityActionInternal()
1381 public final void smoothScrollTo(int x, int y) { in smoothScrollTo() method in HorizontalScrollView
DScrollView.java1085 smoothScrollTo(0, targetScrollY); in performAccessibilityActionInternal()
1094 smoothScrollTo(0, targetScrollY); in performAccessibilityActionInternal()
1468 public final void smoothScrollTo(int x, int y) { in smoothScrollTo() method in ScrollView
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37604 method public final void smoothScrollTo(int, int);
38313 method public final void smoothScrollTo(int, int);
/frameworks/base/core/api/
Dcurrent.txt59477 method public final void smoothScrollTo(int, int);
60382 method public final void smoothScrollTo(int, int);