Home
last modified time | relevance | path

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

/aosp12/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
H A DEditUserPhotoController.java97 private Drawable mNewUserPhotoDrawable; field in EditUserPhotoController
115 mNewUserPhotoDrawable = drawable; in EditUserPhotoController()
153 return mNewUserPhotoDrawable; in getNewUserPhotoDrawable()
362 mNewUserPhotoDrawable = CircleFramedDrawable in onPhotoCropped()
364 mImageView.setImageDrawable(mNewUserPhotoDrawable); in onPhotoCropped()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DEditUserPhotoController.java106 private Drawable mNewUserPhotoDrawable; field in EditUserPhotoController
164 return mNewUserPhotoDrawable; in getNewUserPhotoDrawable()
403 mNewUserPhotoDrawable = CircleFramedDrawable in onPhotoProcessed()
405 mImageView.setImageDrawable(mNewUserPhotoDrawable); in onPhotoProcessed()