Home
last modified time | relevance | path

Searched refs:stopScrolling (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripView.java1696 mController.stopScrolling(true); in updateViewItem()
1775 mController.stopScrolling(true); in reload()
1907 mController.stopScrolling(true);
2125 if (!stopScrolling(false)) {
2132 mController.stopScrolling(true);
2139 if (!stopScrolling(false)) {
2253 public boolean stopScrolling(boolean forced) {
2291 stopScrolling(true);
2613 if (!mController.stopScrolling(false)) {
2632 if (!mController.stopScrolling(false)) {
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java316 public void stopScrolling() { in stopScrolling() method in PhotoView
317 mPositionController.stopScrolling(); in stopScrolling()
1248 mPositionController.stopScrolling();
DPositionController.java1238 public void stopScrolling() { in stopScrolling() method in PositionController
/packages/apps/Camera2/src/com/android/camera/filmstrip/
DFilmstripController.java139 public boolean stopScrolling(boolean forced); in stopScrolling() method
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java498 mPhotoView.stopScrolling(); in onCreate()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java520 void stopScrolling() { in stopScrolling() method in PagedView
DLauncher.java3737 mAppsCustomizeContent.stopScrolling(); in hideAppsCustomizeHelper()