Home
last modified time | relevance | path

Searched refs:WallpaperSectionController (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DWallpaperOnlyFragment.java20 import com.android.wallpaper.model.WallpaperSectionController;
37 .filter(controller -> controller instanceof WallpaperSectionController) in getAvailableSections()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperPickerSections.java14 import com.android.wallpaper.model.WallpaperSectionController;
32 sectionControllers.add(new WallpaperSectionController( in getAllSectionControllers()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/module/
H A DDefaultCustomizationSections.java19 import com.android.wallpaper.model.WallpaperSectionController;
39 sectionControllers.add(new WallpaperSectionController( in getAllSectionControllers()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DWallpaperSectionController.java70 public class WallpaperSectionController implements class
108 public WallpaperSectionController(Activity activity, LifecycleOwner lifecycleOwner, in WallpaperSectionController() method in WallpaperSectionController