Searched refs:EXTRA_VIEW_AS_HOME (Results 1 – 4 of 4) sorted by relevance
56 return newIntent(packageContext, wallpaperInfo).putExtra(EXTRA_VIEW_AS_HOME, viewAsHome); in newIntent()76 boolean viewAsHome = intent.getBooleanExtra(EXTRA_VIEW_AS_HOME, true); in onCreate()
47 return newIntent(context, wallpaper).putExtra(EXTRA_VIEW_AS_HOME, isVewAsHome); in newIntent()64 boolean viewAsHome = intent.getBooleanExtra(EXTRA_VIEW_AS_HOME, true); in onCreate()
36 public static final String EXTRA_VIEW_AS_HOME = field in BasePreviewActivity
60 boolean viewAsHome = intent.getBooleanExtra(EXTRA_VIEW_AS_HOME, true); in onCreate()