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

  /packages/apps/Settings/src/com/android/settings/
RestrictedListPreference.java 223 private int mLastCheckedPosition = AdapterView.INVALID_POSITION;
271 if (mLastCheckedPosition == AdapterView.INVALID_POSITION) {
272 mLastCheckedPosition = ((RestrictedListPreference) getCustomizablePreference())
275 return mLastCheckedPosition;
279 mLastCheckedPosition = checkedPosition;
285 mLastCheckedPosition = which;
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/
IngestActivity.java 77 private int mLastCheckedPosition = 0;
119 mLastCheckedPosition = position;
175 mLastCheckedPosition = position;
357 if (mLastCheckedPosition <= firstVisiblePosition
358 || mLastCheckedPosition > mGridView.getLastVisiblePosition()) {
361 return mLastCheckedPosition;

Completed in 95 milliseconds