Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DPreviewIndividualHolder.java18 …rt static com.android.wallpaper.picker.WallpaperPickerDelegate.PREVIEW_LIVE_WALLPAPER_REQUEST_CODE;
63 wallpaperInfo instanceof LiveWallpaperInfo ? PREVIEW_LIVE_WALLPAPER_REQUEST_CODE in showPreview()
DCreativeCategoryIndividualHolder.java18 …rt static com.android.wallpaper.picker.WallpaperPickerDelegate.PREVIEW_LIVE_WALLPAPER_REQUEST_CODE;
71 wallpaperInfo instanceof LiveWallpaperInfo ? PREVIEW_LIVE_WALLPAPER_REQUEST_CODE in showPreview()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperPickerDelegate.java65 public static final int PREVIEW_LIVE_WALLPAPER_REQUEST_CODE = 4; field in WallpaperPickerDelegate
472 case PREVIEW_LIVE_WALLPAPER_REQUEST_CODE: in handleActivityResult()
DCategorySelectorFragment.java18 …rt static com.android.wallpaper.picker.WallpaperPickerDelegate.PREVIEW_LIVE_WALLPAPER_REQUEST_CODE;
406 wallpaper instanceof LiveWallpaperInfo ? PREVIEW_LIVE_WALLPAPER_REQUEST_CODE in onClick()
615 ? PREVIEW_LIVE_WALLPAPER_REQUEST_CODE in onClickListenerForCreativeCategory()