Searched refs:setDefaultPhoto (Results 1 – 2 of 2) sorted by relevance
146 setDefaultPhoto(materialPalette); in setPhoto()205 private void setDefaultPhoto(MaterialPalette materialPalette) { in setDefaultPhoto() method in CompactPhotoEditorView206 EditorUiUtils.setDefaultPhoto(mPhotoImageView, getResources(), materialPalette); in setDefaultPhoto()224 setDefaultPhoto(/* materialPalette =*/ null); in removePhoto()
280 public static void setDefaultPhoto(ImageView imageView , Resources resources, in setDefaultPhoto() method in EditorUiUtils