Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DGridView.java481 int rowEnd = -1; in fillSelection() local
489 rowStart = Math.max(0, rowEnd - numColumns + 1); in fillSelection()
734 int rowEnd = -1; in fillFromSelection() local
742 rowStart = Math.max(0, rowEnd - numColumns + 1); in fillFromSelection()
907 int rowEnd = -1; in moveSelection() local
917 rowStart = Math.max(0, rowEnd - numColumns + 1); in moveSelection()
2009 int rowEnd; in isCandidateSelection() local
2016 rowStart = Math.max(0, rowEnd - mNumColumns + 1); in isCandidateSelection()
2029 return childIndex == rowEnd; in isCandidateSelection()
2032 return rowEnd == count - 1; in isCandidateSelection()
[all …]