Home
last modified time | relevance | path

Searched refs:getSectionControllersForScreen (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DCustomizationSections.java34 List<CustomizationSectionController<?>> getSectionControllersForScreen( in getSectionControllersForScreen() method
DWallpaperPickerSections.java29 public List<CustomizationSectionController<?>> getSectionControllersForScreen( in getSectionControllersForScreen() method in WallpaperPickerSections
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestCustomizationSections.kt20 override fun getSectionControllersForScreen( in getSectionControllersForScreen() method in com.android.wallpaper.testing.TestCustomizationSections
/packages/apps/ThemePicker/src/com/android/customization/module/
DDefaultCustomizationSections.java95 public List<CustomizationSectionController<?>> getSectionControllersForScreen( in getSectionControllersForScreen() method in DefaultCustomizationSections
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerFragment.java332 return sections.getSectionControllersForScreen( in getSectionControllers()