Searched refs:invertedSelection (Results 1 – 1 of 1) sorted by relevance
486 final int invertedSelection = mItemCount - 1 - selectedPosition; in fillSelection() local488 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillSelection()582 final int invertedSelection = mItemCount - 1 - position; in fillSpecific() local584 motionRowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillSpecific()739 int invertedSelection = mItemCount - 1 - selectedPosition; in fillFromSelection() local741 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns)); in fillFromSelection()914 int invertedSelection = mItemCount - 1 - selectedPosition; in moveSelection() local916 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 …]