Searched refs:rowTitle (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/accessibility/ |
D | AccessibilityNodeInfo.java | 5661 public static CollectionItemInfo obtain(@Nullable String rowTitle, int rowIndex, in obtain() argument 5664 return new CollectionItemInfo(rowTitle, rowIndex, rowSpan, columnTitle, columnIndex, in obtain() 5724 public CollectionItemInfo(@Nullable String rowTitle, int rowIndex, int rowSpan, in CollectionItemInfo() argument 5733 mRowTitle = rowTitle; in CollectionItemInfo() 5931 public CollectionItemInfo.Builder setRowTitle(@Nullable String rowTitle) { in setRowTitle() argument 5932 mRowTitle = rowTitle; in setRowTitle()
|