Home
last modified time | relevance | path

Searched refs:userPhotoView (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/users/
DEditUserInfoController.java143 final ImageView userPhotoView = (ImageView) content.findViewById(R.id.user_photo); in createDialog() local
150 userPhotoView.setBackground(null); in createDialog()
158 userPhotoView.setImageDrawable(drawable); in createDialog()
161 createEditUserPhotoController(fragment, userPhotoView, drawable); in createDialog()
235 ImageView userPhotoView, Drawable drawable) { in createEditUserPhotoController() argument
236 return new EditUserPhotoController(fragment, userPhotoView, in createEditUserPhotoController()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DEditUserInfoController.java128 final ImageView userPhotoView = (ImageView) content.findViewById(R.id.user_photo); in createDialog() local
138 userPhotoView.setImageDrawable(drawable); in createDialog()
139 mEditUserPhotoController = createEditUserPhotoController(fragment, userPhotoView, drawable); in createDialog()
200 ImageView userPhotoView, Drawable drawable) { in createEditUserPhotoController() argument
201 return new EditUserPhotoController(fragment, userPhotoView, in createEditUserPhotoController()
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
DEmergencyNamePreference.java229 EditUserPhotoController createEditUserPhotoController(ImageView userPhotoView, in createEditUserPhotoController() argument
231 return new EditUserPhotoController(mFragment, userPhotoView, in createEditUserPhotoController()
/packages/apps/EmergencyInfo/tests/robolectric/src/com/android/emergency/preferences/
DEmergencyNamePreferenceTest.java167 protected EditUserPhotoController createEditUserPhotoController(ImageView userPhotoView, in createEditUserPhotoController() argument
/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DEditUserInfoControllerTest.java81 ImageView userPhotoView, Drawable drawable) { in createEditUserPhotoController() argument