Searched refs:GridSectionView (Results 1 – 2 of 2) sorted by relevance
28 import com.android.customization.picker.grid.GridSectionView;35 public class GridSectionController implements CustomizationSectionController<GridSectionView> {54 public GridSectionView createView(Context context) { in createView()55 GridSectionView gridSectionView = (GridSectionView) LayoutInflater.from(context) in createView()
26 public final class GridSectionView extends SectionView { class28 public GridSectionView(Context context, @Nullable AttributeSet attrs) { in GridSectionView() method in GridSectionView