Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
DTestSelectionEnvironment.java75 public Rect getAbsoluteRectForChildViewAt(int index) { in getAbsoluteRectForChildViewAt() method in TestSelectionEnvironment
DMultiSelectManager_GridModelTest.java396 public Rect getAbsoluteRectForChildViewAt(int index) { in getAbsoluteRectForChildViewAt() method in MultiSelectManager_GridModelTest.TestEnvironment
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java938 Rect getAbsoluteRectForChildViewAt(int index); in getAbsoluteRectForChildViewAt() method
988 public Rect getAbsoluteRectForChildViewAt(int index) { in getAbsoluteRectForChildViewAt() method in MultiSelectManager.RuntimeSelectionEnvironment
1557 recordItemData(mHelper.getAbsoluteRectForChildViewAt(i), adapterPosition); in recordVisibleChildren()