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/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/ui/
DCardContent.java66 public Drawable getForeground() { in getForeground() method in CardContent.CardBackgroundImage
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetBackgroundView.java76 if (isSupportedDrawable(backgroundView.getForeground())) { in init()
78 mOriginalForeground = backgroundView.getForeground(); in init()
/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/
DHomeCardFragment.java269 optionalImage.getForeground()); in updateDescriptiveTextWithControlsView()
272 (optionalImage == null || optionalImage.getForeground() == null) ? View.GONE in updateDescriptiveTextWithControlsView()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/
DMediaCardFragment.java231 if (mCardBackgroundImage == null || mCardBackgroundImage.getForeground() == null) { in resizeCardBackgroundImage()
252 Bitmap imageBitmap = BitmapUtils.fromDrawable(mCardBackgroundImage.getForeground(), in resizeCardBackgroundImage()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DRoundedCornerEnforcement.java138 return !view.willNotDraw() || view.getForeground() != null || view.getBackground() != null; in isViewVisible()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DMonochromeIconFactory.java106 drawDrawable(icon.getForeground()); in wrap()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DPointerFillStylePreference.java156 child.getForeground().setAlpha(child.getId() == id ? 255 : 0); in setButtonChecked()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DSimpleIconFactory.java375 Optional.ofNullable(adi.getForeground()).ifPresent(drawable -> { in createIconBitmap()
433 FixedScaleDrawable fsd = ((FixedScaleDrawable) dr.getForeground()); in normalizeAndWrapToAdaptiveIcon()
/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.java240 Drawable foreground = adaptiveIcon.getForeground(); in setIcon()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DPermissionPreference.java212 } else if (mGroup.getForeground().isPolicyFixed()) { in updateUi()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java293 mFgSpringDrawable = adaptiveIcon.getForeground(); in setItemInfo()