Home
last modified time | relevance | path

Searched refs:getForeground (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DClockDrawableWrapper.java95 super(base.getBackground(), base.getForeground()); in ClockDrawableWrapper()
175 LayerDrawable foreground = (LayerDrawable) wrapper.getForeground(); in forExtras()
208 LayerDrawable foreground = (LayerDrawable) getForeground(); in drawForPersistence()
213 mAnimationInfo.applyTime(Calendar.getInstance(), (LayerDrawable) getForeground()); in drawForPersistence()
356 mForeground = (LayerDrawable) mFullDrawable.getForeground(); in ClockIconDrawable()
DThemedIconDrawable.java254 super(parent.getBackground(), parent.getForeground()); in ThemedAdaptiveIcon()
DBaseIconFactory.java306 FixedScaleDrawable fsd = ((FixedScaleDrawable) dr.getForeground()); in normalizeAndWrapToAdaptiveIcon()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/dialer/
DDialerCardFragment.java105 if (mCardBackgroundImage == null || mCardBackgroundImage.getForeground() == null) { in resizeCardBackgroundImage()
125 Bitmap imageBitmap = BitmapUtils.fromDrawable(mCardBackgroundImage.getForeground(), in resizeCardBackgroundImage()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetBackgroundView.java75 if (isSupportedDrawable(backgroundView.getForeground())) { in init()
77 mOriginalForeground = backgroundView.getForeground(); in init()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/ui/
DCardContent.java66 public Drawable getForeground() { in getForeground() method in CardContent.CardBackgroundImage
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/
DHomeCardFragment.java269 optionalImage.getForeground()); in updateDescriptiveTextWithControlsView()
272 (optionalImage == null || optionalImage.getForeground() == null) ? View.GONE in updateDescriptiveTextWithControlsView()
/packages/apps/Settings/src/com/android/settings/widget/
DVectorAnimationController.java86 mPreviewDrawable = preview.getForeground(); in attachView()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/
DMediaCardFragment.java233 if (mCardBackgroundImage == null || mCardBackgroundImage.getForeground() == null) { in resizeCardBackgroundImage()
254 Bitmap imageBitmap = BitmapUtils.fromDrawable(mCardBackgroundImage.getForeground(), in resizeCardBackgroundImage()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DRoundedCornerEnforcement.java134 return !view.willNotDraw() || view.getForeground() != null || view.getBackground() != null; in isViewVisible()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DSimpleIconFactory.java382 Optional.ofNullable(adi.getForeground()).ifPresent(drawable -> { in createIconBitmap()
440 FixedScaleDrawable fsd = ((FixedScaleDrawable) dr.getForeground()); in normalizeAndWrapToAdaptiveIcon()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/
DOutputDevicesFragment.java150 if (foreground != recyclerView.getForeground()) { in onCreateView()
/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java189 public Drawable getForeground() { in getForeground() method in DynamicAdaptiveIconDrawable
845 return new DynamicAdaptiveIconDrawable(mOwner.getBackground(), mOwner.getForeground(), in newDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DClipIconView.java246 Drawable foreground = adaptiveIcon.getForeground(); in setIcon()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DBasePermissionReviewPreference.java212 } else if (mGroup.getForeground().isPolicyFixed()) { in updateUi()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java292 mFgSpringDrawable = adaptiveIcon.getForeground(); in setItemInfo()
/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/settings/
DSliceFragment.java705 if (foreground != recyclerView.getForeground()) { in onCreateView()