Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCustomizationPickerFragment.java81 private final List<CustomizationSectionController<?>> mSectionControllers = new ArrayList<>(); field in CustomizationPickerFragment
130 mSectionControllers.addAll(lockSectionControllers); in onCreateView()
131 mSectionControllers.addAll(homeSectionControllers); in onCreateView()
214 mSectionControllers.forEach(CustomizationSectionController::onTransitionOut); in onBackPressed()
228 mSectionControllers.forEach(CustomizationSectionController::release); in onDestroyView()
229 mSectionControllers.clear(); in onDestroyView()
321 mSectionControllers.forEach(c -> c.onSaveInstanceState(savedInstanceState)); in onSaveInstanceStateInternal()