Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGridView.java466 final int invertedSelection = mItemCount - 1 - selectedPosition; in fillSelection() local
468 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillSelection()
562 final int invertedSelection = mItemCount - 1 - position; in fillSpecific() local
564 motionRowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillSpecific()
719 int invertedSelection = mItemCount - 1 - selectedPosition; in fillFromSelection() local
721 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillFromSelection()
894 int invertedSelection = mItemCount - 1 - selectedPosition; in moveSelection() local
896 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in moveSelection()
899 invertedSelection = mItemCount - 1 - (selectedPosition - delta); in moveSelection()
900 oldRowStart = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in moveSelection()
[all …]