HomeSort by relevance Sort by last modified time
    Searched full:invertedselection (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/widget/
GridView.java 427 final int invertedSelection = mItemCount - 1 - selectedPosition;
429 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns));
523 final int invertedSelection = mItemCount - 1 - position;
525 motionRowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns));
680 int invertedSelection = mItemCount - 1 - selectedPosition;
682 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns));
855 int invertedSelection = mItemCount - 1 - selectedPosition
    [all...]

Completed in 61 milliseconds