Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java486 final int invertedSelection = mItemCount - 1 - selectedPosition; in fillSelection() local
488 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillSelection()
582 final int invertedSelection = mItemCount - 1 - position; in fillSpecific() local
584 motionRowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillSpecific()
739 int invertedSelection = mItemCount - 1 - selectedPosition; in fillFromSelection() local
741 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillFromSelection()
914 int invertedSelection = mItemCount - 1 - selectedPosition; in moveSelection() local
916 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in moveSelection()
919 invertedSelection = mItemCount - 1 - (selectedPosition - delta); in moveSelection()
920 oldRowStart = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in moveSelection()
[all …]