Home
last modified time | relevance | path

Searched refs:prevPage (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java320 int prevPage = overridePrevPage != INVALID_PAGE ? overridePrevPage : mCurrentPage; in setCurrentPage() local
323 notifyPageSwitchListener(prevPage); in setCurrentPage()
331 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument
466 int prevPage = mCurrentPage; in computeScrollHelper() local
469 notifyPageSwitchListener(prevPage); in computeScrollHelper()
DWorkspace.java1158 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument
1159 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()
1160 if (prevPage != mCurrentPage) { in notifyPageSwitchListener()
1161 … int swipeDirection = (prevPage < mCurrentPage) ? Action.Direction.RIGHT : Action.Direction.LEFT; in notifyPageSwitchListener()
1163 swipeDirection, ContainerType.WORKSPACE, prevPage); in notifyPageSwitchListener()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java415 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument
416 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java1622 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() argument
1623 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()