Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java125 public static final String ARG_VIEW_AS_HOME = "view_as_home"; field in PreviewFragment
229 mIsViewAsHome = args.getBoolean(ARG_VIEW_AS_HOME); in onCreate()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt199 args.putBoolean(PreviewFragment.ARG_VIEW_AS_HOME, viewAsHome) in getPreviewFragment()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt229 putBoolean(PreviewFragment.ARG_VIEW_AS_HOME, viewAsHome) in getPreviewFragment()