Searched refs:InlinePreviewIntentFactory (Results 1 – 15 of 15) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | WallpaperPickerDelegate.java | 38 import com.android.wallpaper.model.InlinePreviewIntentFactory; 70 private InlinePreviewIntentFactory mPreviewIntentFactory; 71 private InlinePreviewIntentFactory mViewOnlyPreviewIntentFactory; 365 public InlinePreviewIntentFactory getPreviewIntentFactory() { in getPreviewIntentFactory()
|
D | ViewOnlyPreviewActivity.java | 23 import com.android.wallpaper.model.InlinePreviewIntentFactory; 74 public static class ViewOnlyPreviewActivityIntentFactory implements InlinePreviewIntentFactory {
|
D | PreviewActivity.java | 27 import com.android.wallpaper.model.InlinePreviewIntentFactory; 77 public static class PreviewActivityIntentFactory implements InlinePreviewIntentFactory {
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestWallpaperInfo.java | 25 import com.android.wallpaper.model.InlinePreviewIntentFactory; 161 InlinePreviewIntentFactory inlinePreviewIntentFactory, int requestCode) { in showPreview()
|
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | ThemeBundledWallpaperInfo.java | 31 import com.android.wallpaper.model.InlinePreviewIntentFactory; 138 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualPickerActivity.java | 39 import com.android.wallpaper.model.InlinePreviewIntentFactory; 62 private InlinePreviewIntentFactory mPreviewIntentFactory;
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | InlinePreviewIntentFactory.java | 25 public interface InlinePreviewIntentFactory { interface
|
D | WallpaperInfo.java | 180 public abstract void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
|
D | DefaultWallpaperInfo.java | 90 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
|
D | ImageWallpaperInfo.java | 170 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
|
D | PartnerWallpaperInfo.java | 148 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
|
D | CurrentWallpaperInfoVN.java | 176 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
|
D | AppResourceWallpaperInfo.java | 149 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
|
D | LegacyPartnerWallpaperInfo.java | 168 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
|
D | LiveWallpaperInfo.java | 334 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
|