Home
last modified time | relevance | path

Searched defs:imageView (Results 1 – 25 of 88) sorted by relevance

1234

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DImageLoader.java74 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/
DAsset.java60 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()
DContentUriAsset.java247 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()
DCurrentWallpaperAssetVN.java100 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/
DAddCustomRingtoneViewHolder.kt38 val imageView = itemView.findViewById<View>(R.id.ringtone_image) as ImageView constant
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DSmartIconLoadPackagePermissionPreference.kt62 val imageView = holder.findViewById(android.R.id.icon) as ImageView in onBindViewHolder() constant
/packages/apps/ThemePicker/src/com/android/customization/model/grid/ui/binder/
DGridScreenBinder.kt67 val imageView = foregroundView as? ImageView in <lambda>() constant
/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/
DProvisionInfoFragmentTest.java40 ImageView imageView = activity.findViewById(R.id.header_icon); in onCreateView_viewIsInflated() local
/packages/apps/Dialer/java/com/android/dialer/glidephotomanager/
DGlidePhotoManager.java42 void loadContactPhoto(ImageView imageView, PhotoInfo photoInfo); in loadContactPhoto()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DSubRatingsFragment.java108 ImageView imageView = (ImageView) view.findViewById(R.id.icon); in onBind() local
169 ImageView imageView = (ImageView) view.findViewById(R.id.icon); in onBind() local
/packages/apps/Settings/src/com/android/settings/bluetooth/
DAdvancedBluetoothDetailsHeaderController.java292 final ImageView imageView = linearLayout.findViewById(R.id.header_icon); in updateSubLayout() local
464 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/
DSetupAnimationHelper.java176 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/
DPhotoItem.java118 ImageView imageView; in getView() local
132 protected void fillImageView(final ImageView imageView) { in fillImageView()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorUiUtils.java239 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/
DStkMenuAdapter.java57 ImageView imageView = ((ImageView) convertView.findViewById(R.id.icon)); in getView() local
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DDeviceEnrollmentInfoFragment.java81 ImageView imageView = view.findViewById(R.id.header_icon); in onViewCreated() local
DProvisionNotRequiredFragment.java86 ImageView imageView = view.findViewById(R.id.header_icon); in onViewCreated() local
DDevicePoliciesFragment.java77 ImageView imageView = view.findViewById(R.id.header_icon); in onViewCreated() local
/packages/apps/UniversalMediaPlayer/java/com/android/pump/activity/
DAlbumDetailsActivity.java136 ImageView imageView = findViewById(R.id.activity_album_details_image); in updateViews() local
204 ImageView imageView = itemView.findViewById(R.id.audio_image); in bind() local
DArtistDetailsActivity.java139 ImageView imageView = findViewById(R.id.activity_artist_details_image); in updateViews() local
216 ImageView imageView = itemView.findViewById(R.id.audio_image); in bind() local
/packages/apps/TV/src/com/android/tv/dvr/ui/
DChangeImageTransformWithScaledParent.java66 ImageView imageView = (ImageView) view; in applyParentScale() local
/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreviewFactory.java168 final AsyncImageView imageView = (AsyncImageView) view.findViewById( in createImagePreview() local
196 final ImageView imageView = (ImageView) in createPendingAttachmentPreview() local
/packages/apps/Settings/src/com/android/settings/widget/
DVectorAnimationController.java98 private void updateViewStates(View imageView, View playButton) { in updateViewStates()
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/binder/
DKeyguardQuickAffordancePickerBinder.kt70 val imageView = foregroundView as? ImageView in <lambda>() constant
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DContentPreviewUi.java45 protected static void updateViewWithImage(ImageView imageView, Bitmap image) { in updateViewWithImage()

1234