Home
last modified time | relevance | path

Searched refs:mLastCheckedPosition (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
DRestrictedListPreference.java183 private int mLastCheckedPosition = AdapterView.INVALID_POSITION; field in RestrictedListPreference.RestrictedListPreferenceDialogFragment
231 if (mLastCheckedPosition == AdapterView.INVALID_POSITION) { in getLastCheckedPosition()
232 mLastCheckedPosition = ((RestrictedListPreference) getCustomizablePreference()) in getLastCheckedPosition()
235 return mLastCheckedPosition; in getLastCheckedPosition()
239 mLastCheckedPosition = checkedPosition; in setCheckedPosition()
245 mLastCheckedPosition = which; in setClickedDialogEntryIndex()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
DIngestActivity.java77 private int mLastCheckedPosition = 0; field in IngestActivity
119 mLastCheckedPosition = position;
175 mLastCheckedPosition = position;
357 if (mLastCheckedPosition <= firstVisiblePosition in pickFullscreenStartingPosition()
358 || mLastCheckedPosition > mGridView.getLastVisiblePosition()) { in pickFullscreenStartingPosition()
361 return mLastCheckedPosition; in pickFullscreenStartingPosition()