Searched refs:ARG_WALLPAPER (Results 1 – 1 of 1) sorted by relevance
103 public static final String ARG_WALLPAPER = "wallpaper"; field in PreviewFragment117 args.putParcelable(ARG_WALLPAPER, wallpaperInfo); in newInstance()181 mWallpaper = getArguments().getParcelable(ARG_WALLPAPER); in onCreate()