Searched refs:mPhotoMode (Results 1 – 2 of 2) sorted by relevance
264 private int mPhotoMode; field in ContactEditorActivity363 mPhotoMode = savedState.getInt(STATE_PHOTO_MODE); in onCreate()422 outState.putInt(STATE_PHOTO_MODE, mPhotoMode); in onSaveInstanceState()451 mPhotoMode = photoMode; in changePhoto()456 PhotoSourceDialogFragment.show(this, mPhotoMode); in changePhoto()481 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()