Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerFragment.java127 getSectionControllers(Screen.LOCK_SCREEN, finalSavedInstanceState); in onCreateView()
129 getSectionControllers(Screen.HOME_SCREEN, finalSavedInstanceState); in onCreateView()
324 private List<CustomizationSectionController<?>> getSectionControllers( in getSectionControllers() method in CustomizationPickerFragment