Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DPhotoEditorView.java136 final Bitmap bitmap = EditorUiUtils.getPhotoBitmap(valuesDelta); in setPhoto()
H A DEditorUiUtils.java255 public static Bitmap getPhotoBitmap(ValuesDelta valuesDelta) { in getPhotoBitmap() method in EditorUiUtils