Searched refs:rowEnd (Results 1 – 1 of 1) sorted by relevance
481 int rowEnd = -1; in fillSelection() local489 rowStart = Math.max(0, rowEnd - numColumns + 1); in fillSelection()734 int rowEnd = -1; in fillFromSelection() local742 rowStart = Math.max(0, rowEnd - numColumns + 1); in fillFromSelection()907 int rowEnd = -1; in moveSelection() local917 rowStart = Math.max(0, rowEnd - numColumns + 1); in moveSelection()2009 int rowEnd; in isCandidateSelection() local2016 rowStart = Math.max(0, rowEnd - mNumColumns + 1); in isCandidateSelection()2029 return childIndex == rowEnd; in isCandidateSelection()2032 return rowEnd == count - 1; in isCandidateSelection()[all …]