Searched refs:mLastCheckedPosition (Results 1 – 3 of 3) sorted by relevance
220 private int mLastCheckedPosition = AdapterView.INVALID_POSITION; field in RestrictedListPreference.RestrictedListPreferenceDialogFragment268 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()
77 private int mLastCheckedPosition = 0; field in IngestActivity119 mLastCheckedPosition = position;175 mLastCheckedPosition = position;357 if (mLastCheckedPosition <= firstVisiblePosition in pickFullscreenStartingPosition()358 || mLastCheckedPosition > mGridView.getLastVisiblePosition()) { in pickFullscreenStartingPosition()361 return mLastCheckedPosition; in pickFullscreenStartingPosition()