HomeSort by relevance Sort by last modified time
    Searched defs:invertedSelection (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
GridView.java 471 final int invertedSelection = mItemCount - 1 - selectedPosition;
473 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns));
567 final int invertedSelection = mItemCount - 1 - position;
569 motionRowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns));
724 int invertedSelection = mItemCount - 1 - selectedPosition;
726 rowEnd = mItemCount - 1 - (invertedSelection - (invertedSelection % numColumns));
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 49 milliseconds