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.kt161 fun getViewOnlyPreviewActivityIntentFactory(): InlinePreviewIntentFactory method
DWallpaperPicker2Injector.kt338 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/src/com/android/wallpaper/picker/
DWallpaperPickerDelegate.java360 mActivity, InjectorProvider.getInjector().getViewOnlyPreviewActivityIntentFactory(), in showViewOnlyPreview()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt334 override fun getViewOnlyPreviewActivityIntentFactory(): InlinePreviewIntentFactory { in getViewOnlyPreviewActivityIntentFactory() method in com.android.wallpaper.testing.TestInjector