Searched refs:mPhotoMode (Results 1 – 2 of 2) sorted by relevance
264 private int mPhotoMode; field in ContactEditorActivity365 mPhotoMode = savedState.getInt(STATE_PHOTO_MODE); in onCreate()424 outState.putInt(STATE_PHOTO_MODE, mPhotoMode); in onSaveInstanceState()453 mPhotoMode = photoMode; in changePhoto()458 PhotoSourceDialogFragment.show(this, mPhotoMode); in changePhoto()483 mPhotoSelectionHandler = new EditorPhotoSelectionHandler(mPhotoMode); in getPhotoSelectionHandler()
72 private final int mPhotoMode; field in PhotoSelectionHandler84 mPhotoMode = photoMode; in PhotoSelectionHandler()104 mContext, mChangeAnchorView, listener, mPhotoMode); in onClick()