Searched refs:mPhotoImageView (Results 1 – 2 of 2) sorted by relevance
47 private ImageView mPhotoImageView; field in PhotoEditorView81 mPhotoImageView = (ImageView) findViewById(R.id.photo); in onFinishInflate()130 mPhotoImageView.setImageBitmap(photo); in setValues()185 mPhotoImageView.setImageBitmap(scaled); in setPhotoEntry()217 mContactPhotoManager.loadPhoto(mPhotoImageView, photoUri, in setFullSizedPhoto()218 mPhotoImageView.getWidth(), /* darkTheme = */ false, /* isCircular = */ false, in setFullSizedPhoto()232 mPhotoImageView.setImageDrawable( in resetDefault()
64 private QuickContactImageView mPhotoImageView; field in CompactPhotoEditorView102 mPhotoImageView = (QuickContactImageView) findViewById(R.id.photo); in onFinishInflate()201 mPhotoImageView.setImageBitmap(bitmap); in setPhoto()206 EditorUiUtils.setDefaultPhoto(mPhotoImageView, getResources(), materialPalette); in setDefaultPhoto()214 mPhotoImageView, photoUri); in setFullSizedPhoto() local222 mPhotoImageView.setImageBitmap(/* bitmap =*/ null); in removePhoto()