Home
last modified time | relevance | path

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

/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityViewTreeReportingTest.java232 layoutWithDrawingOrder.childDrawingOrder = new int[] {2, 0, 1};
391 public int[] childDrawingOrder; field in LinearLayoutWithDrawingOrder
399 return childDrawingOrder[i]; in getChildDrawingOrder()