Home
last modified time | relevance | path

Searched refs:getViewOnlyPreviewActivityIntentFactory (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DInjector.kt160 fun getViewOnlyPreviewActivityIntentFactory(): InlinePreviewIntentFactory method
DWallpaperPicker2Injector.kt385 override fun getViewOnlyPreviewActivityIntentFactory(): InlinePreviewIntentFactory { in getViewOnlyPreviewActivityIntentFactory() method in com.android.wallpaper.module.WallpaperPicker2Injector
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DCustomizationPickerBinder.kt141 .getViewOnlyPreviewActivityIntentFactory() in <lambda>()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt324 override fun getViewOnlyPreviewActivityIntentFactory(): InlinePreviewIntentFactory { in getViewOnlyPreviewActivityIntentFactory() method in com.android.wallpaper.testing.TestInjector
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperPickerDelegate.java348 mActivity, InjectorProvider.getInjector().getViewOnlyPreviewActivityIntentFactory(), in showViewOnlyPreview()