Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
DGridModel.java325 int columnStartIndex, int columnEndIndex, int rowStartIndex, int rowEndIndex) { in updateSelection()
372 int columnEndIndex, int rowIndex, int rowStartIndex, int rowEndIndex) { in isPossiblePositionNearestOrigin()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestions.java67 int rowStartIndex = fromIndex; in layout() local