Searched refs:stopScrolling (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DFilmStripView.java403 public boolean stopScrolling(boolean forced); method in interface:FilmStripView.Controller
1838 mController.stopScrolling(true);
1916 mController.stopScrolling(true);
2015 mController.stopScrolling(true);
2149 if (!stopScrolling(false)) {
2157 mController.stopScrolling(true);
2164 if (!stopScrolling(false)) {
2279 public boolean stopScrolling(boolean forced) { method in class:FilmStripView.MyController
2311 stopScrolling(true);
2621 if (!mController.stopScrolling(fals
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoView.java316 public void stopScrolling() { method in class:PhotoView
317 mPositionController.stopScrolling();
1248 mPositionController.stopScrolling();
H A DPositionController.java1238 public void stopScrolling() { method in class:PositionController
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java498 mPhotoView.stopScrolling();

Completed in 71 milliseconds