Searched defs:addToCustomContentPage (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java582 * {@link #addToCustomContentPage}. This will only be invoked if
592 * Invoked by subclasses to signal a change to the {@link #addToCustomContentPage} value to
1144 public void addToCustomContentPage(View customContent, method in class:Launcher
1146 mWorkspace.addToCustomContentPage(customContent, callbacks, description);
H A DWorkspace.java727 public void addToCustomContentPage(View customContent, CustomContentCallbacks callbacks, method in class:Workspace

Completed in 112 milliseconds