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.java125 smoothScrollTo(0, 0);
192 smoothScrollTo(collapsed ? mCollapsibleHeight : 0, 0); in setCollapsed()
413 smoothScrollTo(0, 0); in onTouchEvent()
424 smoothScrollTo(yvel < 0 ? 0 : mCollapsibleHeight, yvel); in onTouchEvent()
429 smoothScrollTo(mCollapsibleHeight + mUncollapsibleHeight, yvel); in onTouchEvent()
435 smoothScrollTo(yvel < 0 ? 0 : mCollapsibleHeight, yvel); in onTouchEvent()
439 smoothScrollTo( in onTouchEvent()
448 smoothScrollTo( in onTouchEvent()
572 private void smoothScrollTo(int yOffset, float velocity) {
689 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.java261 smoothScrollTo(scrollPos, 0); in animateToTab()
/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.java906 smoothScrollTo(targetScrollX, 0); in performAccessibilityActionInternal()
918 smoothScrollTo(targetScrollX, 0); in performAccessibilityActionInternal()
1323 public final void smoothScrollTo(int x, int y) { in smoothScrollTo() method in HorizontalScrollView
DScrollView.java964 smoothScrollTo(0, targetScrollY); in performAccessibilityActionInternal()
973 smoothScrollTo(0, targetScrollY); in performAccessibilityActionInternal()
1349 public final void smoothScrollTo(int x, int y) { in smoothScrollTo() method in ScrollView
/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/non-updatable-api/
Dcurrent.txt57169 method public final void smoothScrollTo(int, int);
57992 method public final void smoothScrollTo(int, int);
/frameworks/base/api/
Dcurrent.txt57313 method public final void smoothScrollTo(int, int);
58136 method public final void smoothScrollTo(int, int);