Home
last modified time | relevance | path

Searched refs:wallpaperInfoFactory (Results 1 – 13 of 13) sorted by relevance

/packages/apps/ThemePicker/src/com/android/customization/picker/grid/ui/fragment/
DGridFragment.kt75 val wallpaperInfoFactory = injector.getCurrentWallpaperInfoFactory(requireContext()) in <lambda>() constant
79 wallpaperInfoFactory, in <lambda>()
100 wallpaperInfoFactory, in <lambda>()
161 wallpaperInfoFactory: CurrentWallpaperInfoFactory, in <lambda>()
186 wallpaperInfoFactory.createCurrentWallpaperInfos( in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/section/
DPreviewWithThemeSectionController.kt49 private val wallpaperInfoFactory: CurrentWallpaperInfoFactory, in <lambda>() constant
64 wallpaperInfoFactory, in <lambda>()
96 wallpaperInfoFactory.createCurrentWallpaperInfos( in <lambda>()
DPreviewWithClockCarouselSectionController.kt66 wallpaperInfoFactory: CurrentWallpaperInfoFactory,
84 wallpaperInfoFactory,
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModel.kt66 private val wallpaperInfoFactory: CurrentWallpaperInfoFactory, in <lambda>() constant
96 wallpaperInfoFactory.createCurrentWallpaperInfos( in <lambda>()
491 private val wallpaperInfoFactory: CurrentWallpaperInfoFactory, in <lambda>() constant in com.android.customization.picker.quickaffordance.ui.viewmodel.Factory
500 wallpaperInfoFactory = wallpaperInfoFactory, in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPickerSections.java38 CurrentWallpaperInfoFactory wallpaperInfoFactory, in getSectionControllersForScreen() argument
51 wallpaperInfoFactory, in getSectionControllersForScreen()
DCustomizationSections.java43 CurrentWallpaperInfoFactory wallpaperInfoFactory, in getSectionControllersForScreen() argument
DDefaultWallpaperPersister.java94 CurrentWallpaperInfoFactory wallpaperInfoFactory, in DefaultWallpaperPersister() argument
104 mCurrentWallpaperInfoFactory = wallpaperInfoFactory; in DefaultWallpaperPersister()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/
DScreenPreviewSectionController.kt58 private val wallpaperInfoFactory: CurrentWallpaperInfoFactory, in <lambda>() constant in com.android.wallpaper.picker.customization.ui.section.ScreenPreviewSectionController
172 wallpaperInfoFactory.createCurrentWallpaperInfos( in <lambda>()
230 wallpaperInfoFactory.createCurrentWallpaperInfos( in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/fragment/
DColorPickerFragment.kt77 val wallpaperInfoFactory = injector.getCurrentWallpaperInfoFactory(requireContext()) in onCreateView() constant
117 wallpaperInfoFactory.createCurrentWallpaperInfos( in onCreateView()
168 wallpaperInfoFactory.createCurrentWallpaperInfos( in onCreateView()
/packages/apps/ThemePicker/src/com/android/customization/module/
DDefaultCustomizationSections.java104 CurrentWallpaperInfoFactory wallpaperInfoFactory, in getSectionControllersForScreen() argument
119 wallpaperInfoFactory, in getSectionControllersForScreen()
136 wallpaperInfoFactory, in getSectionControllersForScreen()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/module/
DDefaultWallpaperPersisterTest.java86 TestCurrentWallpaperInfoFactory wallpaperInfoFactory = in setUp() local
90 displayUtils, cropper, statusChecker, wallpaperInfoFactory, false); in setUp()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestCustomizationSections.kt30 wallpaperInfoFactory: CurrentWallpaperInfoFactory?, in getSectionControllersForScreen()
/packages/apps/ThemePicker/tests/robotests/src/com/android/customization/model/picker/quickaffordance/ui/viewmodel/
DKeyguardQuickAffordancePickerViewModelTest.kt118 wallpaperInfoFactory = TestCurrentWallpaperInfoFactory(context), in <lambda>()