Home
last modified time | relevance | path

Searched refs:mPhotoImageView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactPhotoEditorView.java75 private QuickContactImageView mPhotoImageView; field in CompactPhotoEditorView
111 mPhotoImageView = (QuickContactImageView) findViewById(R.id.photo); in onFinishInflate()
153 mPhotoImageView.setImageBitmap(bitmap); in setPhoto()
248 mPhotoImageView.setImageBitmap(scaledBitmap); in setPhoto()
271 mPhotoImageView.setImageDrawable(ContactPhotoManager.getDefaultAvatarDrawableForContact( in setDefaultPhoto()
283 mPhotoImageView.setTint(color); in setDefaultPhotoTint()
300 mContactPhotoManager.loadPhoto(mPhotoImageView, photoUri, in setFullSizedPhoto()
301 mPhotoImageView.getWidth(), /* darkTheme =*/ false, /* isCircular =*/ false, in setFullSizedPhoto()
DPhotoEditorView.java47 private ImageView mPhotoImageView; field in PhotoEditorView
81 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()