Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt32 import com.android.wallpaper.model.InlinePreviewIntentFactory
95 private var previewActivityIntentFactory: InlinePreviewIntentFactory? = null
96 private var viewOnlyPreviewActivityIntentFactory: InlinePreviewIntentFactory? = null
317 override fun getPreviewActivityIntentFactory(): InlinePreviewIntentFactory { in getPreviewActivityIntentFactory()
324 override fun getViewOnlyPreviewActivityIntentFactory(): InlinePreviewIntentFactory { in getViewOnlyPreviewActivityIntentFactory()
DTestStaticWallpaperInfo.java25 import com.android.wallpaper.model.InlinePreviewIntentFactory;
163 InlinePreviewIntentFactory inlinePreviewIntentFactory, int requestCode, in showPreview()
DTestLiveWallpaperInfo.java25 import com.android.wallpaper.model.InlinePreviewIntentFactory;
167 InlinePreviewIntentFactory inlinePreviewIntentFactory, int requestCode, in showPreview()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DInjector.kt29 import com.android.wallpaper.model.InlinePreviewIntentFactory
152 fun getPreviewActivityIntentFactory(): InlinePreviewIntentFactory
160 fun getViewOnlyPreviewActivityIntentFactory(): InlinePreviewIntentFactory
DWallpaperPicker2Injector.kt34 import com.android.wallpaper.model.InlinePreviewIntentFactory
94 private var previewActivityIntentFactory: InlinePreviewIntentFactory? = null
95 private var viewOnlyPreviewActivityIntentFactory: InlinePreviewIntentFactory? = null
378 override fun getPreviewActivityIntentFactory(): InlinePreviewIntentFactory { in getPreviewActivityIntentFactory()
385 override fun getViewOnlyPreviewActivityIntentFactory(): InlinePreviewIntentFactory { in getViewOnlyPreviewActivityIntentFactory()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DViewOnlyPreviewActivity.java27 import com.android.wallpaper.model.InlinePreviewIntentFactory;
103 public static class ViewOnlyPreviewActivityIntentFactory implements InlinePreviewIntentFactory {
DPreviewActivity.java30 import com.android.wallpaper.model.InlinePreviewIntentFactory;
122 public static class PreviewActivityIntentFactory implements InlinePreviewIntentFactory {
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DInlinePreviewIntentFactory.java30 public interface InlinePreviewIntentFactory { interface
DDefaultWallpaperInfo.java83 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DCurrentWallpaperInfo.java149 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DPartnerWallpaperInfo.java154 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DImageWallpaperInfo.java171 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()
DWallpaperInfo.java211 public abstract void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DSystemStaticWallpaperInfo.java260 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()
DLiveWallpaperInfo.java427 public void showPreview(Activity srcActivity, InlinePreviewIntentFactory factory, in showPreview()