Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripView.java1699 mController.stopScrolling(true); in updateViewItem()
1794 mController.stopScrolling(true); in reload()
1931 mController.stopScrolling(true);
2152 if (!stopScrolling(false)) {
2159 mController.stopScrolling(true);
2166 if (!stopScrolling(false)) {
2281 public boolean stopScrolling(boolean forced) {
2320 stopScrolling(true);
2651 if (!mController.stopScrolling(false)) {
2670 if (!mController.stopScrolling(false)) {
[all …]
/packages/apps/Camera2/src/com/android/camera/filmstrip/
DFilmstripController.java134 public boolean stopScrolling(boolean forced); in stopScrolling() method
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DPhotoView.java315 public void stopScrolling() { in stopScrolling() method in PhotoView
316 mPositionController.stopScrolling(); in stopScrolling()
1247 mPositionController.stopScrolling();
DPositionController.java1238 public void stopScrolling() { in stopScrolling() method in PositionController
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java498 mPhotoView.stopScrolling(); in onCreate()