Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarEduPagedView.java68 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() method in TaskbarEduPagedView
69 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java430 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() method in FolderPagedView
431 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java447 notifyPageSwitchListener(prevPage); in setCurrentPage()
455 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() method in PagedView
590 notifyPageSwitchListener(prevPage); in computeScrollHelper()
H A DWorkspace.java1314 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() method in Workspace
1315 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java4270 protected void notifyPageSwitchListener(int prevPage) { in notifyPageSwitchListener() method
4271 super.notifyPageSwitchListener(prevPage); in notifyPageSwitchListener()