Searched refs:rowSpan (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityNodeInfo.java | 5974 public static CollectionItemInfo obtain(int rowIndex, int rowSpan, in obtain() argument 5996 public static CollectionItemInfo obtain(int rowIndex, int rowSpan, in obtain() argument 6024 int rowSpan, @Nullable String columnTitle, int columnIndex, int columnSpan, in obtain() argument 6052 public CollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, in CollectionItemInfo() argument 6054 this(rowIndex, rowSpan, columnIndex, columnSpan, heading, false); in CollectionItemInfo() 6067 public CollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, in CollectionItemInfo() argument 6069 this(null, rowIndex, rowSpan, null, columnIndex, columnSpan, in CollectionItemInfo() 6086 public CollectionItemInfo(@Nullable String rowTitle, int rowIndex, int rowSpan, in CollectionItemInfo() argument 6090 mRowSpan = rowSpan; in CollectionItemInfo() 6269 public CollectionItemInfo.Builder setRowSpan(int rowSpan) { in setRowSpan() argument [all …]
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | GridLayout.java | 754 private static void setCellGroup(LayoutParams lp, int row, int rowSpan, int col, int colSpan) { in setCellGroup() argument 755 lp.setRowSpecSpan(new Interval(row, row + rowSpan)); in setCellGroup() 1171 Interval rowSpan = rowSpec.span; in onLayout() local 1174 int y1 = vLocations[rowSpan.min]; in onLayout() 1177 int y2 = vLocations[rowSpan.max]; in onLayout() 2194 int rowSpan = a.getInt(ROW_SPAN, DEFAULT_SPAN_SIZE); in init() local 2196 this.rowSpec = spec(row, rowSpan, getAlignment(gravity, false), rowWeight); in init()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/ |
H A D | QSTileViewImplTest.kt | 271 assertThat(info.collectionItemInfo.rowSpan).isEqualTo(1)
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |