Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DPhotoEditorView.java143 setDefaultPhoto(mMaterialPalette); in setPhoto()
185 private void setDefaultPhoto(MaterialPalette materialPalette) { in setDefaultPhoto() method in PhotoEditorView
188 EditorUiUtils.setDefaultPhoto(mPhotoImageView, getResources(), materialPalette); in setDefaultPhoto()
210 setDefaultPhoto(mMaterialPalette); in removePhoto()
DEditorUiUtils.java263 public static void setDefaultPhoto(ImageView imageView , Resources resources, in setDefaultPhoto() method in EditorUiUtils