Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DPreviewFragment.java104 public static final String ARG_VIEW_AS_HOME = "view_as_home"; field in PreviewFragment
117 args.putBoolean(ARG_VIEW_AS_HOME, viewAsHome); in newInstance()
179 mViewAsHome = getArguments().getBoolean(ARG_VIEW_AS_HOME); in onCreate()