HomeSort by relevance Sort by last modified time
    Searched defs:GridRowBuilder (Results 1 - 2 of 2) sorted by null

  /frameworks/support/slices/builders/src/main/java/androidx/slice/builders/impl/
GridRowBuilder.java 34 public interface GridRowBuilder {
  /frameworks/support/slices/builders/src/main/java/androidx/slice/builders/
GridRowBuilder.java 48 * If the first row of your slice was created with {@link GridRowBuilder} then there are a couple
67 * @see ListBuilder#addGridRow(GridRowBuilder)
69 public class GridRowBuilder extends TemplateSliceBuilder {
71 private androidx.slice.builders.impl.GridRowBuilder mImpl;
78 public GridRowBuilder(@NonNull ListBuilder parent) {
84 mImpl = (androidx.slice.builders.impl.GridRowBuilder) impl;
91 public GridRowBuilder addCell(@NonNull CellBuilder builder) {
100 public GridRowBuilder addCell(@NonNull Consumer<CellBuilder> c) {
122 public GridRowBuilder setSeeMoreCell(@NonNull CellBuilder builder) {
148 public GridRowBuilder setSeeMoreCell(@NonNull Consumer<CellBuilder> c)
    [all...]

Completed in 60 milliseconds