Home
last modified time | relevance | path

Searched refs:getCurrentWallpaperInfoFactory (Results 1 – 10 of 10) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPicker2Injector.kt131 override fun getCurrentWallpaperInfoFactory(context: Context): CurrentWallpaperInfoFactory { in getCurrentWallpaperInfoFactory() method in com.android.wallpaper.module.WallpaperPicker2Injector
262 getCurrentWallpaperInfoFactory(context), in getWallpaperPersister()
DInjector.kt62 fun getCurrentWallpaperInfoFactory(context: Context): CurrentWallpaperInfoFactory in getApplicationCoroutineScope() method
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/fragment/
DClockSettingsFragment.kt90 .getCurrentWallpaperInfoFactory(context) in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/ui/fragment/
DGridFragment.kt75 val wallpaperInfoFactory = injector.getCurrentWallpaperInfoFactory(requireContext()) in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/fragment/
DColorPickerFragment.kt77 val wallpaperInfoFactory = injector.getCurrentWallpaperInfoFactory(requireContext()) in onCreateView()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestInjector.kt123 override fun getCurrentWallpaperInfoFactory(context: Context): CurrentWallpaperInfoFactory { in getCurrentWallpaperInfoFactory() method in com.android.wallpaper.testing.TestInjector
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerFragment.java341 injector.getCurrentWallpaperInfoFactory(requireContext()), in getSectionControllers()
DPreviewFragment.java239 injector.getCurrentWallpaperInfoFactory(appContext)); in onCreate()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt527 .getCurrentWallpaperInfoFactory(context) in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/module/
DThemePickerInjector.kt254 getCurrentWallpaperInfoFactory(context), in <lambda>()