Searched refs:smoothScrollTo (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | ResolverDrawerLayout.java | 132 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 …]
|
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/ |
D | MediaCarouselScrollHandler.kt | 306 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/ |
D | SoundTriggerTestActivity.java | 178 mScrollView.smoothScrollTo(0, mDebugView.getBottom()); in showMessage()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 932 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
|
D | ScrollView.java | 993 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/ |
D | current.txt | 54869 method public final void smoothScrollTo(int, int); 55761 method public final void smoothScrollTo(int, int);
|
/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);
|