Home
last modified time | relevance | path

Searched refs:columnEndIndex (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()
1679 for (int column = columnStartIndex; column <= columnEndIndex; column++) { in updateSelection()
1695 … if (isPossiblePositionNearestOrigin(column, columnStartIndex, columnEndIndex, in updateSelection()
1727 int columnEndIndex, int rowIndex, int rowStartIndex, int rowEndIndex) { in isPossiblePositionNearestOrigin() argument
1733 return columnIndex == columnEndIndex && rowIndex == rowStartIndex; in isPossiblePositionNearestOrigin()