Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java1674 int columnStartIndex, int columnEndIndex, int rowStartIndex, int rowEndIndex) { in updateSelection() argument
1676 columnStartIndex, columnEndIndex, rowStartIndex, rowEndIndex)); in updateSelection()
1681 for (int row = rowStartIndex; row <= rowEndIndex; row++) { in updateSelection()
1696 row, rowStartIndex, rowEndIndex)) { in updateSelection()
1727 int columnEndIndex, int rowIndex, int rowStartIndex, int rowEndIndex) { in isPossiblePositionNearestOrigin() argument
1731 return columnIndex == columnStartIndex && rowIndex == rowStartIndex; in isPossiblePositionNearestOrigin()
1733 return columnIndex == columnEndIndex && rowIndex == rowStartIndex; in isPossiblePositionNearestOrigin()