Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DCustomizationPickerFragment.java54 private final List<CustomizationSectionController<?>> mSectionControllers = new ArrayList<>(); field in CustomizationPickerFragment
83 mSectionControllers.forEach(controller -> in onCreateView()
142 mSectionControllers.forEach(CustomizationSectionController::onTransitionOut); in onBackPressed()
156 mSectionControllers.forEach(CustomizationSectionController::release); in onDestroyView()
157 mSectionControllers.clear(); in onDestroyView()
177 mSectionControllers.forEach(c -> c.onSaveInstanceState(savedInstanceState)); in onSaveInstanceStateInternal()
182 mSectionControllers.forEach(CustomizationSectionController::release); in initSections()
183 mSectionControllers.clear(); in initSections()
196 mSectionControllers.addAll(getAvailableSections(allSectionControllers)); in initSections()