Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DMultiSelectManager.java1644 int columnStart = in updateSelection() local
1646 assert(columnStart >= 0); in updateSelection()
1647 int columnEnd = columnStart; in updateSelection()
1649 for (int i = columnStart; i < mColumnBounds.size() in updateSelection()
1666 updateSelection(columnStart, columnEnd, rowStart, rowEnd); in updateSelection()