| /packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/ | 
| D | ImageLoader.java | 74     public void loadAlbumThumbnail(@NonNull Category category, @NonNull ImageView imageView) {  in loadAlbumThumbnail()79                 /* signature */ null, imageView);  in loadAlbumThumbnail()  local
 88     public void loadPhotoThumbnail(@NonNull Item item, @NonNull ImageView imageView) {  in loadPhotoThumbnail()
 93                 getGlideSignature(item, /* prefix */ ""), imageView);  in loadPhotoThumbnail()  local
 102     public void loadImagePreview(@NonNull Item item, @NonNull ImageView imageView)  {  in loadImagePreview()
 105                     getGlideSignature(item, /* prefix */ ""), imageView);  in loadImagePreview()  local
 116                 getGlideSignature(item, /* prefix */ ""), imageView);  in loadImagePreview()  local
 119     private void loadAnimatedWebpPreview(@NonNull Item item, @NonNull ImageView imageView) {  in loadAnimatedWebpPreview()
 134                 /* requestOptions */ null, getGlideSignature(item, /* prefix */ ""), imageView);  in loadAnimatedWebpPreview()  local
 140     public void loadImageFromVideoForPreview(@NonNull Item item, @NonNull ImageView imageView) {  in loadImageFromVideoForPreview()
 [all …]
 
 | 
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ | 
| D | Asset.java | 60             Context context, ImageView imageView, int placeholderColor) {  in getPlaceholderDrawable()174     public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor,  in loadLowResDrawable()
 204     public void loadDrawable(final Context context, final ImageView imageView,  in loadDrawable()
 261             final ImageView imageView,  in loadDrawableWithTransition()
 328     public void loadPreviewImage(Activity activity, ImageView imageView, int placeholderColor,  in loadPreviewImage()
 
 | 
| D | ContentUriAsset.java | 247     public void loadDrawable(Context context, ImageView imageView,  in loadDrawable()259     public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor,  in loadLowResDrawable()
 272     public void loadDrawableWithTransition(Context context, ImageView imageView,  in loadDrawableWithTransition()
 
 | 
| D | CurrentWallpaperAssetVN.java | 100     public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor,  in loadLowResDrawable()128     public void loadDrawable(Context context, ImageView imageView,  in loadDrawable()
 
 | 
| /packages/apps/DeskClock/src/com/android/deskclock/ringtone/ | 
| D | AddCustomRingtoneViewHolder.kt | 38         val imageView = itemView.findViewById<View>(R.id.ringtone_image) as ImageView  constant
 | 
| /packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ | 
| D | SmartIconLoadPackagePermissionPreference.kt | 62         val imageView = holder.findViewById(android.R.id.icon) as ImageView  in onBindViewHolder()  constant
 | 
| /packages/apps/ThemePicker/src/com/android/customization/model/grid/ui/binder/ | 
| D | GridScreenBinder.kt | 67                     val imageView = foregroundView as? ImageView  in <lambda>()  constant
 | 
| /packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/ | 
| D | ProvisionInfoFragmentTest.java | 40         ImageView imageView = activity.findViewById(R.id.header_icon);  in onCreateView_viewIsInflated()  local
 | 
| /packages/apps/Dialer/java/com/android/dialer/glidephotomanager/ | 
| D | GlidePhotoManager.java | 42   void loadContactPhoto(ImageView imageView, PhotoInfo photoInfo);  in loadContactPhoto()
 | 
| /packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/ | 
| D | SubRatingsFragment.java | 108             ImageView imageView = (ImageView) view.findViewById(R.id.icon);  in onBind()  local169             ImageView imageView = (ImageView) view.findViewById(R.id.icon);  in onBind()  local
 
 | 
| /packages/apps/Settings/src/com/android/settings/bluetooth/ | 
| D | AdvancedBluetoothDetailsHeaderController.java | 292         final ImageView imageView = linearLayout.findViewById(R.id.header_icon);  in updateSubLayout()  local464         final ImageView imageView = linearLayout.findViewById(R.id.bt_battery_icon);  in showBatteryIcon()  local
 503             final ImageView imageView = linearLayout.findViewById(R.id.header_icon);  in updateDisconnectLayout()  local
 513     void updateIcon(ImageView imageView, String iconUri) {  in updateIcon()
 
 | 
| /packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/ | 
| D | SetupAnimationHelper.java | 176     public static ObjectAnimator createFrameAnimator(ImageView imageView, int[] frames) {  in createFrameAnimator()187             ImageView imageView, int[] frames, long startDelay) {  in createFrameAnimatorWithDelay()
 
 | 
| /packages/apps/Camera2/src/com/android/camera/data/ | 
| D | PhotoItem.java | 118         ImageView imageView;  in getView()  local132     protected void fillImageView(final ImageView imageView) {  in fillImageView()
 
 | 
| /packages/apps/Contacts/src/com/android/contacts/editor/ | 
| D | EditorUiUtils.java | 239     static void loadPhoto(ContactPhotoManager contactPhotoManager, ImageView imageView,  in loadPhoto()263     public static void setDefaultPhoto(ImageView imageView , Resources resources,  in setDefaultPhoto()
 
 | 
| /packages/apps/Stk/src/com/android/stk/ | 
| D | StkMenuAdapter.java | 57         ImageView imageView = ((ImageView) convertView.findViewById(R.id.icon));  in getView()  local
 | 
| /packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/ | 
| D | DeviceEnrollmentInfoFragment.java | 81         ImageView imageView = view.findViewById(R.id.header_icon);  in onViewCreated()  local
 | 
| D | ProvisionNotRequiredFragment.java | 86         ImageView imageView = view.findViewById(R.id.header_icon);  in onViewCreated()  local
 | 
| D | DevicePoliciesFragment.java | 77         ImageView imageView = view.findViewById(R.id.header_icon);  in onViewCreated()  local
 | 
| /packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/ | 
| D | AlbumDetailsActivity.java | 136         ImageView imageView = findViewById(R.id.activity_album_details_image);  in updateViews()  local204             ImageView imageView = itemView.findViewById(R.id.audio_image);  in bind()  local
 
 | 
| D | ArtistDetailsActivity.java | 139         ImageView imageView = findViewById(R.id.activity_artist_details_image);  in updateViews()  local216             ImageView imageView = itemView.findViewById(R.id.audio_image);  in bind()  local
 
 | 
| /packages/apps/TV/src/com/android/tv/dvr/ui/ | 
| D | ChangeImageTransformWithScaledParent.java | 66             ImageView imageView = (ImageView) view;  in applyParentScale()  local
 | 
| /packages/apps/Messaging/src/com/android/messaging/ui/ | 
| D | AttachmentPreviewFactory.java | 168         final AsyncImageView imageView = (AsyncImageView) view.findViewById(  in createImagePreview()  local196         final ImageView imageView = (ImageView)  in createPendingAttachmentPreview()  local
 
 | 
| /packages/apps/Settings/src/com/android/settings/widget/ | 
| D | VectorAnimationController.java | 98     private void updateViewStates(View imageView, View playButton) {  in updateViewStates()
 | 
| /packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/binder/ | 
| D | KeyguardQuickAffordancePickerBinder.kt | 70                     val imageView = foregroundView as? ImageView  in <lambda>()  constant
 | 
| /packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/ | 
| D | ContentPreviewUi.java | 45     protected static void updateViewWithImage(ImageView imageView, Bitmap image) {  in updateViewWithImage()
 |