/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | PrintContentView.java | 117 mDragger.smoothSlideViewTo(mDynamicContent, mDynamicContent.getLeft(), in openOptions() 126 mDragger.smoothSlideViewTo(mDynamicContent, mDynamicContent.getLeft(), in closeOptions() 431 mDragger.smoothSlideViewTo(child, child.getLeft(), closedOptionsY); in onViewReleased() 433 mDragger.smoothSlideViewTo(child, child.getLeft(), openedOptionsY); in onViewReleased()
|
/frameworks/support/wear/src/android/support/wear/widget/drawer/ |
D | WearableDrawerLayout.java | 372 mTopDrawerDragger.smoothSlideViewTo( in closeDrawer() 377 .smoothSlideViewTo(mBottomDrawerView, 0 /* finalLeft */, getHeight()); in closeDrawer() 425 .smoothSlideViewTo(mTopDrawerView, 0 /* finalLeft */, 0 /* finalTop */); in openDrawer() 429 mBottomDrawerDragger.smoothSlideViewTo( in openDrawer() 790 mBottomDrawerDragger.smoothSlideViewTo( in maybePeekDrawer() 793 mTopDrawerDragger.smoothSlideViewTo( in maybePeekDrawer()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | DrawerLayout.java | 1569 needsInvalidate |= mLeftDragger.smoothSlideViewTo(child, in closeDrawers() 1572 needsInvalidate |= mRightDragger.smoothSlideViewTo(child, in closeDrawers() 1617 mLeftDragger.smoothSlideViewTo(drawerView, 0, drawerView.getTop()); in openDrawer() 1619 mRightDragger.smoothSlideViewTo(drawerView, getWidth() - drawerView.getWidth(), in openDrawer() 1684 mLeftDragger.smoothSlideViewTo(drawerView, -drawerView.getWidth(), in closeDrawer() 1687 mRightDragger.smoothSlideViewTo(drawerView, getWidth(), drawerView.getTop()); in closeDrawer() 2166 mDragger.smoothSlideViewTo(toCapture, childLeft, toCapture.getTop()); in peekDrawer()
|
D | ViewDragHelper.java | 540 public boolean smoothSlideViewTo(View child, int finalLeft, int finalTop) { in smoothSlideViewTo() method in ViewDragHelper
|
D | SlidingPaneLayout.java | 1072 if (mDragHelper.smoothSlideViewTo(mSlideableView, x, mSlideableView.getTop())) { in smoothSlideTo()
|
/frameworks/support/design/src/android/support/design/widget/ |
D | BottomSheetBehavior.java | 410 if (mViewDragHelper.smoothSlideViewTo(child, child.getLeft(), top)) { in onStopNestedScroll() 631 if (mViewDragHelper.smoothSlideViewTo(child, child.getLeft(), top)) { in startSettlingAnimation()
|
/frameworks/support/api/ |
D | 22.0.0.txt | 4258 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 22.1.0.txt | 4666 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 22.2.0.txt | 5080 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 22.2.1.txt | 5109 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 25.1.0.txt | 7936 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 25.0.0.txt | 7525 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 23.0.0.txt | 5877 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 25.2.0.txt | 7936 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 24.2.0.txt | 7455 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 26.0.0-alpha1.txt | 8841 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 23.2.1.txt | 6575 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 25.3.0.txt | 8368 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 23.2.0.txt | 6575 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 23.1.1.txt | 6151 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 25.4.0.txt | 8446 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 23.4.0.txt | 6587 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 23.1.0.txt | 6181 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 24.0.0.txt | 7195 method public boolean smoothSlideViewTo(android.view.View, int, int);
|
D | 26.0.0-beta1.txt | 9854 method public boolean smoothSlideViewTo(android.view.View, int, int);
|