Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DAccessibilityNodeInfo.java6481 int columnIndex, int columnSpan, boolean heading) { in obtain() argument
6482 return new CollectionItemInfo(rowIndex, rowSpan, columnIndex, columnSpan, heading, in obtain()
6503 int columnIndex, int columnSpan, boolean heading, boolean selected) { in obtain() argument
6504 return new CollectionItemInfo(rowIndex, rowSpan, columnIndex, columnSpan, heading, in obtain()
6530 int rowSpan, @Nullable String columnTitle, int columnIndex, int columnSpan, in obtain() argument
6533 columnSpan, heading, selected); in obtain()
6558 public CollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, in CollectionItemInfo() argument
6560 this(rowIndex, rowSpan, columnIndex, columnSpan, heading, false); in CollectionItemInfo()
6573 public CollectionItemInfo(int rowIndex, int rowSpan, int columnIndex, int columnSpan, in CollectionItemInfo() argument
6575 this(null, rowIndex, rowSpan, null, columnIndex, columnSpan, in CollectionItemInfo()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileViewImplTest.kt271 assertThat(info.collectionItemInfo.columnSpan).isEqualTo(1) in testCollectionItemInfoHasPosition()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...