/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/view/ |
D | MediaCarouselScrollHandlerTest.kt | 93 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/ |
D | ResolverDrawerLayout.java | 141 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 …]
|
D | ViewPager.java | 547 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
|
D | ScrollingTabContainerView.java | 262 smoothScrollTo(scrollPos, 0); in animateToTab()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/view/ |
D | MediaCarouselScrollHandler.kt | 302 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/ |
D | HorizontalScrollViewFunctionalTest.java | 120 mMyHorizontalScrollView.smoothScrollTo(maxScroll, 0); in hasVelocityInSmoothScrollBy()
|
D | ScrollViewFunctionalTest.java | 119 mMyScrollView.smoothScrollTo(0, maxScroll); in hasVelocityInSmoothScrollBy()
|
/frameworks/base/tests/SoundTriggerTestApp/src/com/android/test/soundtrigger/ |
D | SoundTriggerTestActivity.java | 173 mScrollView.smoothScrollTo(0, mDebugView.getBottom()); in showMessage()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 966 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
|
D | ScrollView.java | 1085 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/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 37604 method public final void smoothScrollTo(int, int); 38313 method public final void smoothScrollTo(int, int);
|
/frameworks/base/core/api/ |
D | current.txt | 59477 method public final void smoothScrollTo(int, int); 60382 method public final void smoothScrollTo(int, int);
|