Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/util/
DLiveWallpaperDeleteUtil.kt25 import com.android.wallpaper.picker.LivePreviewFragment
40 deleteActionIntent.putExtra(LivePreviewFragment.EXTRA_LIVE_WALLPAPER_INFO, wallpaperInfo) in getDeleteActionIntent()
69 return metaData?.getString(LivePreviewFragment.KEY_ACTION_DELETE_LIVE_WALLPAPER) in getDeleteAction()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DDeletableUtils.kt27 import com.android.wallpaper.picker.LivePreviewFragment
58 deleteActionIntent.putExtra(LivePreviewFragment.EXTRA_LIVE_WALLPAPER_INFO, wallpaperInfo) in getDeleteActionIntent()
88 return metaData?.getString(LivePreviewFragment.KEY_ACTION_DELETE_LIVE_WALLPAPER) in getDeleteAction()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt42 import com.android.wallpaper.picker.LivePreviewFragment
225 return (if (isLiveWallpaper) LivePreviewFragment() else ImagePreviewFragment()).apply { in getPreviewFragment()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java90 public class LivePreviewFragment extends PreviewFragment { class
601 LivePreviewFragment.super.onWallpaperColorsChanged(colors);