Home
last modified time | relevance | path

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

1234

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DImageLoader.java78 public void loadAlbumThumbnail(@NonNull Category category, @NonNull ImageView imageView, in loadAlbumThumbnail()
88 /* signature */ null, imageView); in loadAlbumThumbnail() local
104 public void loadPhotoThumbnail(@NonNull Item item, @NonNull ImageView imageView) { in loadPhotoThumbnail()
110 getGlideSignature(loadable, /* prefix */ null), imageView); in loadPhotoThumbnail() local
119 public void loadImagePreview(@NonNull Item item, @NonNull ImageView imageView) { in loadImagePreview()
126 imageView); in loadImagePreview() local
135 imageView); in loadImagePreview() local
144 imageView); in loadImagePreview() local
150 public void loadImageFromVideoForPreview(@NonNull Item item, @NonNull ImageView imageView) { in loadImageFromVideoForPreview()
183 ImageView imageView) { in loadWithGlide()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DAsset.java62 Context context, ImageView imageView, int placeholderColor) { in getPlaceholderDrawable()
176 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable()
206 public void loadDrawable(final Context context, final ImageView imageView, in loadDrawable()
263 final ImageView imageView, in loadDrawableWithTransition()
330 public void loadPreviewImage(Activity activity, ImageView imageView, int placeholderColor, in loadPreviewImage()
348 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()
DCurrentWallpaperAsset.java104 public void loadLowResDrawable(Activity activity, ImageView imageView, int placeholderColor, in loadLowResDrawable()
132 public void loadDrawable(Context context, ImageView imageView, in loadDrawable()
DBitmapCachingAsset.java167 public void loadPreviewImage(Activity activity, ImageView imageView, int placeholderColor, in loadPreviewImage()
174 public void loadPreviewImage(Activity activity, ImageView imageView, int placeholderColor, in loadPreviewImage()
/packages/apps/DeskClock/src/com/android/deskclock/ringtone/
DAddCustomRingtoneViewHolder.kt38 val imageView = itemView.findViewById<View>(R.id.ringtone_image) as ImageView constant
/packages/apps/Settings/src/com/android/settings/accessibility/shortcuts/
DShortcutOptionPreference.java89 LottieAnimationView imageView = holder.itemView.findViewById(R.id.image); in onBindViewHolder() local
100 LottieColorUtils.applyDynamicColors(imageView.getContext(), imageView); in onBindViewHolder() local
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DSmartIconLoadPackagePermissionPreference.kt63 val imageView = holder.findViewById(android.R.id.icon) as ImageView in onBindViewHolder() constant
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/ui/binder/
DGridScreenBinder.kt69 val imageView = foregroundView as? ImageView in <lambda>() constant
/packages/apps/Dialer/java/com/android/dialer/glidephotomanager/
DGlidePhotoManager.java42 void loadContactPhoto(ImageView imageView, PhotoInfo photoInfo); in loadContactPhoto()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/
DAccessibilityTimeoutInfoFragment.java38 ImageView imageView; in onCreateView() local
/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/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/activities/
DDevicePoliciesFragmentTest.java76 ImageView imageView = mActivity.findViewById(R.id.header_icon); in onViewCreated_headerIconNotImportantForAccessibility() local
DProvisionInfoFragmentTest.java73 ImageView imageView = mActivity.findViewById(R.id.header_icon); in onViewCreated_headerIconNotImportantForAccessibility() local
/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.java243 static void loadPhoto(ContactPhotoManager contactPhotoManager, ImageView imageView, in loadPhoto()
267 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/apps/Settings/src/com/android/settings/bluetooth/
DAdvancedBluetoothDetailsHeaderController.java429 final ImageView imageView = linearLayout.findViewById(R.id.header_icon); in updateSubLayoutUi() local
593 final ImageView imageView = linearLayout.findViewById(R.id.bt_battery_icon); in showBatteryIcon() local
632 final ImageView imageView = linearLayout.findViewById(R.id.header_icon); in updateDisconnectLayout() local
642 void updateIcon(ImageView imageView, String iconUri) { in updateIcon()
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplayPanoManager/src/com/android/car/pano/manager/holder/
DImageAppCardViewHolder.kt42 private val imageView = view.requireViewById<ImageView>(R.id.image) in <lambda>() constant
/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/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/activities/
DDevicePoliciesFragment.java77 ImageView imageView = view.findViewById(R.id.header_icon); in onViewCreated() 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

1234