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

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

Completed in 45 milliseconds