Searched refs:mLastCheckedPosition (Results 1 – 2 of 2) sorted by relevance
183 private int mLastCheckedPosition = AdapterView.INVALID_POSITION; field in RestrictedListPreference.RestrictedListPreferenceDialogFragment231 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()
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()