Home
last modified time | relevance | path

Searched refs:existsStyleWallpapers (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java206 int resString = Utilities.existsStyleWallpapers(launcher) ? in getOptions()
208 int resDrawable = Utilities.existsStyleWallpapers(launcher) ? in getOptions()
257 if (!Utilities.existsStyleWallpapers(launcher)) { in startWallpaperPicker()
/packages/apps/Launcher3/src/com/android/launcher3/
DUtilities.java174 public static boolean existsStyleWallpapers(Context context) { in existsStyleWallpapers() method in Utilities