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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1041 if (mWorkspace.getCustomContentCallbacks() != null
1047 mWorkspace.getCustomContentCallbacks().onShow(true);
1084 if (mWorkspace.getCustomContentCallbacks() != null) {
1085 mWorkspace.getCustomContentCallbacks().onHide();
H A DWorkspace.java1614 protected CustomContentCallbacks getCustomContentCallbacks() { method in class:Workspace

Completed in 158 milliseconds