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

/packages/apps/Camera2/src/com/android/camera/filmstrip/
H A DFilmstripController.java134 public boolean stopScrolling(boolean forced); method in interface:FilmstripController
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPositionController.java1238 public void stopScrolling() { method in class:PositionController
H A DPhotoView.java315 public void stopScrolling() { method in class:PhotoView
316 mPositionController.stopScrolling();
1247 mPositionController.stopScrolling();
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java1699 mController.stopScrolling(true);
1794 mController.stopScrolling(true);
1930 Log.d(TAG, "[fling] onScrollUpdate() - stopScrolling!");
1931 mController.stopScrolling(true);
2152 if (!stopScrolling(false)) {
2159 mController.stopScrolling(true);
2166 if (!stopScrolling(false)) {
2281 public boolean stopScrolling(boolean forced) { method in class:FilmstripView.FilmstripControllerImpl
2320 stopScrolling(true);
2651 if (!mController.stopScrolling(fals
[all...]

Completed in 184 milliseconds