Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperPickerDelegate.java38 import com.android.wallpaper.model.InlinePreviewIntentFactory;
72 private InlinePreviewIntentFactory mPreviewIntentFactory;
73 private InlinePreviewIntentFactory mViewOnlyPreviewIntentFactory;
402 public InlinePreviewIntentFactory getPreviewIntentFactory() { in getPreviewIntentFactory()
DPreviewActivity.java26 import com.android.wallpaper.model.InlinePreviewIntentFactory;
87 public static class PreviewActivityIntentFactory implements InlinePreviewIntentFactory {
DViewOnlyPreviewActivity.java26 import com.android.wallpaper.model.InlinePreviewIntentFactory;
90 public static class ViewOnlyPreviewActivityIntentFactory implements InlinePreviewIntentFactory {
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DPreviewIndividualHolder.java25 import com.android.wallpaper.model.InlinePreviewIntentFactory;
41 private InlinePreviewIntentFactory mPreviewIntentFactory;
DIndividualPickerActivity.java38 import com.android.wallpaper.model.InlinePreviewIntentFactory;
65 private InlinePreviewIntentFactory mPreviewIntentFactory;
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperInfo.java25 import com.android.wallpaper.model.InlinePreviewIntentFactory;
162 InlinePreviewIntentFactory inlinePreviewIntentFactory, int requestCode) { in showPreview()
/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DThemeBundledWallpaperInfo.java31 import com.android.wallpaper.model.InlinePreviewIntentFactory;
139 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DInlinePreviewIntentFactory.java30 public interface InlinePreviewIntentFactory { interface
DDefaultWallpaperInfo.java96 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DWallpaperInfo.java203 public abstract void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DPartnerWallpaperInfo.java149 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DImageWallpaperInfo.java171 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DCurrentWallpaperInfoVN.java178 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DAppResourceWallpaperInfo.java150 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DLegacyPartnerWallpaperInfo.java169 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DSystemStaticWallpaperInfo.java252 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DLiveWallpaperInfo.java398 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()