Home
last modified time | relevance | path

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

/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/grid/
H A DGridSectionController.java55 GridSectionView gridSectionView = (GridSectionView) LayoutInflater.from(context) in createView() local
57 TextView sectionDescription = gridSectionView.findViewById(R.id.grid_section_description); in createView()
58 View sectionTile = gridSectionView.findViewById(R.id.grid_section_tile); in createView()
77 gridSectionView.setOnClickListener( in createView()
80 return gridSectionView; in createView()