Searched refs:LivePreviewFragment (Results 1 – 4 of 4) sorted by relevance
25 import com.android.wallpaper.picker.LivePreviewFragment40 deleteActionIntent.putExtra(LivePreviewFragment.EXTRA_LIVE_WALLPAPER_INFO, wallpaperInfo) in getDeleteActionIntent()69 return metaData?.getString(LivePreviewFragment.KEY_ACTION_DELETE_LIVE_WALLPAPER) in getDeleteAction()
27 import com.android.wallpaper.picker.LivePreviewFragment58 deleteActionIntent.putExtra(LivePreviewFragment.EXTRA_LIVE_WALLPAPER_INFO, wallpaperInfo) in getDeleteActionIntent()88 return metaData?.getString(LivePreviewFragment.KEY_ACTION_DELETE_LIVE_WALLPAPER) in getDeleteAction()
42 import com.android.wallpaper.picker.LivePreviewFragment225 return (if (isLiveWallpaper) LivePreviewFragment() else ImagePreviewFragment()).apply { in getPreviewFragment()
90 public class LivePreviewFragment extends PreviewFragment { class601 LivePreviewFragment.super.onWallpaperColorsChanged(colors);