Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherCallbacks.java65 public void onClickWallpaperPicker(View v); in onClickWallpaperPicker() method
DLauncher.java1407 onClickWallpaperPicker(view); in setupOverviewPanel()
2787 protected void onClickWallpaperPicker(View v) { in onClickWallpaperPicker() method in Launcher
2801 mLauncherCallbacks.onClickWallpaperPicker(v); in onClickWallpaperPicker()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DLauncherExtension.java145 public void onClickWallpaperPicker(View v) { in onClickWallpaperPicker() method in LauncherExtension.LauncherExtensionCallbacks