Home
last modified time | relevance | path

Searched refs:columnStartIndex (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()
1726 private boolean isPossiblePositionNearestOrigin(int columnIndex, int columnStartIndex, in isPossiblePositionNearestOrigin() argument
1731 return columnIndex == columnStartIndex && rowIndex == rowStartIndex; in isPossiblePositionNearestOrigin()
1735 return columnIndex == columnStartIndex && rowIndex == rowEndIndex; in isPossiblePositionNearestOrigin()