Searched refs:mSectionControllers (Results 1 – 1 of 1) sorted by relevance
81 private final List<CustomizationSectionController<?>> mSectionControllers = new ArrayList<>(); field in CustomizationPickerFragment130 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()