Home
last modified time | relevance | path

Searched refs:workspaceViewModel (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/ThemePicker/src/com/android/customization/module/
H A DDefaultCustomizationSections.java32 WorkspaceViewModel workspaceViewModel, PermissionRequester permissionRequester, in getAllSectionControllers() argument
41 workspaceViewModel, sectionNavigationController, wallpaperPreviewNavigator, in getAllSectionControllers()
50 ThemedIconSwitchProvider.getInstance(activity), workspaceViewModel, in getAllSectionControllers()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperPickerSections.java26 WorkspaceViewModel workspaceViewModel, PermissionRequester permissionRequester, in getAllSectionControllers() argument
34 workspaceViewModel, sectionNavigationController, wallpaperPreviewNavigator, in getAllSectionControllers()
H A DCustomizationSections.java32 WorkspaceViewModel workspaceViewModel, in getAllSectionControllers() argument
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/themedicon/
H A DThemedIconSectionController.java43 WorkspaceViewModel workspaceViewModel, @Nullable Bundle savedInstanceState) { in ThemedIconSectionController() argument
45 mWorkspaceViewModel = workspaceViewModel; in ThemedIconSectionController()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DCustomizationPickerFragment.java187 WorkspaceViewModel workspaceViewModel = new ViewModelProvider(getActivity()) in initSections() local
193 wcViewModel, workspaceViewModel, getPermissionRequester(), in initSections()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DWallpaperSectionController.java110 WorkspaceViewModel workspaceViewModel, in WallpaperSectionController() argument
119 mWorkspaceViewModel = workspaceViewModel; in WallpaperSectionController()