Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DRestrictedListPreference.java220 private int mLastCheckedPosition = AdapterView.INVALID_POSITION; field in RestrictedListPreference.RestrictedListPreferenceDialogFragment
268 if (mLastCheckedPosition == AdapterView.INVALID_POSITION) { in getLastCheckedPosition()
269 mLastCheckedPosition = ((RestrictedListPreference) getCustomizablePreference()) in getLastCheckedPosition()
272 return mLastCheckedPosition; in getLastCheckedPosition()
276 mLastCheckedPosition = checkedPosition; in setCheckedPosition()
282 mLastCheckedPosition = which; in setClickedDialogEntryIndex()
/packages/apps/Settings/src/com/android/settings/
DRestrictedListPreference.java220 private int mLastCheckedPosition = AdapterView.INVALID_POSITION; field in RestrictedListPreference.RestrictedListPreferenceDialogFragment
268 if (mLastCheckedPosition == AdapterView.INVALID_POSITION) { in getLastCheckedPosition()
269 mLastCheckedPosition = ((RestrictedListPreference) getCustomizablePreference()) in getLastCheckedPosition()
272 return mLastCheckedPosition; in getLastCheckedPosition()
276 mLastCheckedPosition = checkedPosition; in setCheckedPosition()
282 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()