Home
last modified time | relevance | path

Searched defs:imageView (Results 26 – 50 of 909) sorted by relevance

12345678910>>...37

/aosp_15_r20/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
H A DIconEditor.java69 final ImageView imageView = new ImageView(v.getContext()); in bindEditor() local
107 protected void setImage(ImageView imageView, Object value) { in setImage()
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/ringtone/
DAddCustomRingtoneViewHolder.kt38 val imageView = itemView.findViewById<View>(R.id.ringtone_image) as ImageView constant
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accessibility/shortcuts/
DShortcutOptionPreference.java88 LottieAnimationView imageView = holder.itemView.findViewById(R.id.image); in onBindViewHolder() local
100 LottieColorUtils.applyDynamicColors(imageView.getContext(), imageView); in onBindViewHolder() local
/aosp_15_r20/developers/build/prebuilts/gradle/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
H A DDragSourceFragment.java95 ImageView imageView = (ImageView) view.findViewById(R.id.image_one); in onCreateView() local
134 private void setUpDraggableImage(ImageView imageView, final Uri imageUri) { in setUpDraggableImage()
/aosp_15_r20/developers/samples/android/ui/window/DragAndDropAcrossApps/DragSource/src/main/java/com/example/android/dragsource/
DDragSourceFragment.java95 ImageView imageView = (ImageView) view.findViewById(R.id.image_one); in onCreateView() local
134 private void setUpDraggableImage(ImageView imageView, final Uri imageUri) { in setUpDraggableImage()
/aosp_15_r20/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
H A DDragSourceFragment.java95 ImageView imageView = (ImageView) view.findViewById(R.id.image_one); in onCreateView() local
134 private void setUpDraggableImage(ImageView imageView, final Uri imageUri) { in setUpDraggableImage()
/aosp_15_r20/developers/samples/android/deprecated/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
DAnimatedNotificationDisplayActivity.java113 public ImageZoomView(Context context, ImageView imageView, int zoomLength) { in ImageZoomView()
121 ImageView imageView = (ImageView) getChildAt(0); in onLayout() local
/aosp_15_r20/developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
H A DAnimatedNotificationDisplayActivity.java113 public ImageZoomView(Context context, ImageView imageView, int zoomLength) { in ImageZoomView()
121 ImageView imageView = (ImageView) getChildAt(0); in onLayout() local
/aosp_15_r20/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
H A DAnimatedNotificationDisplayActivity.java113 public ImageZoomView(Context context, ImageView imageView, int zoomLength) { in ImageZoomView()
121 ImageView imageView = (ImageView) getChildAt(0); in onLayout() local
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowLayoutInflaterTest.java283 ImageView imageView = mediaView.findViewById(R.id.image); in testImageViewSrcIsSet() local
291 ImageView imageView = mediaView.findViewById(R.id.mipmapImage); in testImageViewSrcIsSetFromMipmap() local
383 ImageView imageView = mediaView.findViewById(R.id.image); in testViewBackgroundIdIsSet() local
/aosp_15_r20/packages/apps/ThemePicker/src/com/android/customization/picker/grid/ui/binder/
DGridScreenBinder.kt69 val imageView = foregroundView as? ImageView in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/message/
H A DProfileMessageController.kt76 val imageView = view.requireViewById<ImageView>(R.id.screenshot_message_icon) in <lambda>() constant
/aosp_15_r20/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
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
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()
/aosp_15_r20/developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
DAppListFragment.java148 ImageView imageView = (ImageView) convertView.findViewById(R.id.icon); in getView() local
226 ApplicationIconTask(ImageView imageView) { in ApplicationIconTask()
/aosp_15_r20/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()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.cpp67 VkImageView imageView; in createDefaultImageView() local
610 for (const auto& imageView : mCompressedMipmapsImageViews) { in destroy() local
613 for (const auto& imageView : mOutputImageViews) { in destroy() local
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DSharedElementCallback.java178 ImageView imageView = ((ImageView) sharedElement); in onCaptureSharedElementSnapshot() local
250 ImageView imageView = new ImageView(context); in onCreateSnapshotView() local
/aosp_15_r20/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
H A DContentFragment.java74 final ImageView imageView = (ImageView) mContentView.findViewById(R.id.image); in onCreateView() local
238 boolean processDrop(DragEvent event, ImageView imageView) { in processDrop()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/data/
DPhotoItem.java118 ImageView imageView; in getView() local
132 protected void fillImageView(final ImageView imageView) { in fillImageView()
/aosp_15_r20/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()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/notification/modes/
DCircularIconsView.java164 ImageView imageView = (ImageView) inflater.inflate( in setDrawables() local
184 ImageView imageView = (ImageView) getChildAt(i); in setDrawables() local
/aosp_15_r20/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
/aosp_15_r20/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

12345678910>>...37