Home
last modified time | relevance | path

Searched refs:InlinePreviewIntentFactory (Results 1 – 15 of 15) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperPickerDelegate.java38 import com.android.wallpaper.model.InlinePreviewIntentFactory;
70 private InlinePreviewIntentFactory mPreviewIntentFactory;
71 private InlinePreviewIntentFactory mViewOnlyPreviewIntentFactory;
365 public InlinePreviewIntentFactory getPreviewIntentFactory() { in getPreviewIntentFactory()
DViewOnlyPreviewActivity.java23 import com.android.wallpaper.model.InlinePreviewIntentFactory;
74 public static class ViewOnlyPreviewActivityIntentFactory implements InlinePreviewIntentFactory {
DPreviewActivity.java27 import com.android.wallpaper.model.InlinePreviewIntentFactory;
77 public static class PreviewActivityIntentFactory implements InlinePreviewIntentFactory {
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperInfo.java25 import com.android.wallpaper.model.InlinePreviewIntentFactory;
161 InlinePreviewIntentFactory inlinePreviewIntentFactory, int requestCode) { in showPreview()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundledWallpaperInfo.java31 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/
DIndividualPickerActivity.java39 import com.android.wallpaper.model.InlinePreviewIntentFactory;
62 private InlinePreviewIntentFactory mPreviewIntentFactory;
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DInlinePreviewIntentFactory.java25 public interface InlinePreviewIntentFactory { interface
DWallpaperInfo.java180 public abstract void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DDefaultWallpaperInfo.java90 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DImageWallpaperInfo.java170 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DPartnerWallpaperInfo.java148 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DCurrentWallpaperInfoVN.java176 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DAppResourceWallpaperInfo.java149 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DLegacyPartnerWallpaperInfo.java168 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DLiveWallpaperInfo.java334 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()