Searched refs:invertedSelection (Results 1 – 1 of 1) sorted by relevance
485 final int invertedSelection = mItemCount - 1 - selectedPosition; in fillSelection() local487 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillSelection()581 final int invertedSelection = mItemCount - 1 - position; in fillSpecific() local583 motionRowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillSpecific()738 int invertedSelection = mItemCount - 1 - selectedPosition; in fillFromSelection() local740 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillFromSelection()913 int invertedSelection = mItemCount - 1 - selectedPosition; in moveSelection() local915 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in moveSelection()918 invertedSelection = mItemCount - 1 - (selectedPosition - delta); in moveSelection()919 oldRowStart = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in moveSelection()[all …]