Home
last modified time | relevance | path

Searched refs:stopScroll (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripView.java974 boolean stopScroll = false; in clampCenterX()
977 stopScroll = true; in clampCenterX()
981 stopScroll = true; in clampCenterX()
984 if (stopScroll) { in clampCenterX()
988 return stopScroll; in clampCenterX()
1697 boolean stopScroll = clampCenterX(); in updateViewItem()
1698 if (stopScroll) { in updateViewItem()
1928 boolean stopScroll = clampCenterX();
1929 if (stopScroll) {
2157 boolean stopScroll = clampCenterX();
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsRecyclerView.java84 stopScroll(); in scrollToPositionAtProgress()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DRecyclerViewFastScroller.java233 mRv.stopScroll(); in handleTouchEvent()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java197 stopScroll(); in scrollToPositionAtProgress()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDirectoryFragment.java1112 public void stopScroll() { in stopScroll() method in DirectoryFragment
1114 mRecView.stopScroll(); in stopScroll()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DBaseActivity.java828 fragment.stopScroll(); in popDir()