Searched refs:invertedSelection (Results 1 – 1 of 1) sorted by relevance
466 final int invertedSelection = mItemCount - 1 - selectedPosition; in fillSelection() local468 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillSelection()562 final int invertedSelection = mItemCount - 1 - position; in fillSpecific() local564 motionRowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillSpecific()719 int invertedSelection = mItemCount - 1 - selectedPosition; in fillFromSelection() local721 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillFromSelection()894 int invertedSelection = mItemCount - 1 - selectedPosition; in moveSelection() local896 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 …]