Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DCustomizationPickerFragment.java66 ViewGroup sectionContainer = view.findViewById(R.id.section_container); in onCreateView() local
67 sectionContainer.setOnApplyWindowInsetsListener((v, windowInsets) -> { in onCreateView()
90 sectionContainer.addView(controller.createView(context)); in onCreateView()