Home
last modified time | relevance | path

Searched refs:getCustomContentCallbacks (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java1054 if (mWorkspace.getCustomContentCallbacks() != null) { in onResume()
1059 mWorkspace.getCustomContentCallbacks().onShow(true); in onResume()
1085 if (mWorkspace.getCustomContentCallbacks() != null) { in onPause()
1086 mWorkspace.getCustomContentCallbacks().onHide(); in onPause()
DWorkspace.java1342 protected CustomContentCallbacks getCustomContentCallbacks() { in getCustomContentCallbacks() method in Workspace