Searched refs:mLastCheckedPosition (Results 1 – 2 of 2) sorted by relevance
211 private int mLastCheckedPosition = AdapterView.INVALID_POSITION; field in RestrictedListPreference.RestrictedListPreferenceDialogFragment259 if (mLastCheckedPosition == AdapterView.INVALID_POSITION) { in getLastCheckedPosition()260 mLastCheckedPosition = ((RestrictedListPreference) getCustomizablePreference()) in getLastCheckedPosition()263 return mLastCheckedPosition; in getLastCheckedPosition()267 mLastCheckedPosition = checkedPosition; in setCheckedPosition()273 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()