Searched refs:ImagePreviewFragment (Results 1 – 4 of 4) sorted by relevance
54 import com.android.wallpaper.picker.ImagePreviewFragment202 val fragment = ImagePreviewFragment() in getPreviewFragment()
41 import com.android.wallpaper.picker.ImagePreviewFragment225 return (if (isLiveWallpaper) LivePreviewFragment() else ImagePreviewFragment()).apply { in getPreviewFragment()
177 if (fragment instanceof ImagePreviewFragment) { in getFullResImageView()178 return ((ImagePreviewFragment) fragment).getFullResImageView(); in getFullResImageView()
92 public class ImagePreviewFragment extends PreviewFragment { class