Home
last modified time | relevance | path

Searched refs:CustomContentCallbacks (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/testing/
DLauncherExtension.java147 CustomContentCallbacks mCustomContentCallbacks = new CustomContentCallbacks() {
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java56 import com.android.launcher3.Launcher.CustomContentCallbacks;
158 CustomContentCallbacks mCustomContentCallbacks;
767 public void addToCustomContentPage(View customContent, CustomContentCallbacks callbacks, in addToCustomContentPage()
1614 protected CustomContentCallbacks getCustomContentCallbacks() { in getCustomContentCallbacks()
DLauncher.java1093 public interface CustomContentCallbacks { interface in Launcher
1170 CustomContentCallbacks callbacks, String description) { in addToCustomContentPage()