/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/ |
D | ClockDrawableWrapper.java | 95 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()
|
D | ThemedIconDrawable.java | 254 super(parent.getBackground(), parent.getForeground()); in ThemedAdaptiveIcon()
|
D | BaseIconFactory.java | 306 FixedScaleDrawable fsd = ((FixedScaleDrawable) dr.getForeground()); in normalizeAndWrapToAdaptiveIcon()
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/dialer/ |
D | DialerCardFragment.java | 105 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/ |
D | CardContent.java | 66 public Drawable getForeground() { in getForeground() method in CardContent.CardBackgroundImage
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingWidgetBackgroundView.java | 76 if (isSupportedDrawable(backgroundView.getForeground())) { in init() 78 mOriginalForeground = backgroundView.getForeground(); in init()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | VectorAnimationController.java | 86 mPreviewDrawable = preview.getForeground(); in attachView()
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/ |
D | HomeCardFragment.java | 269 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/ |
D | MediaCardFragment.java | 231 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/ |
D | RoundedCornerEnforcement.java | 138 return !view.willNotDraw() || view.getForeground() != null || view.getBackground() != null; in isViewVisible()
|
/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
D | MonochromeIconFactory.java | 106 drawDrawable(icon.getForeground()); in wrap()
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | PointerFillStylePreference.java | 156 child.getForeground().setAlpha(child.getId() == id ? 255 : 0); in setButtonChecked()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | SimpleIconFactory.java | 375 Optional.ofNullable(adi.getForeground()).ifPresent(drawable -> { in createIconBitmap() 433 FixedScaleDrawable fsd = ((FixedScaleDrawable) dr.getForeground()); in normalizeAndWrapToAdaptiveIcon()
|
/packages/apps/ThemePicker/src/com/android/customization/widget/ |
D | DynamicAdaptiveIconDrawable.java | 189 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/ |
D | ClipIconView.java | 240 Drawable foreground = adaptiveIcon.getForeground(); in setIcon()
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/ |
D | PermissionPreference.java | 212 } else if (mGroup.getForeground().isPolicyFixed()) { in updateUi()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | DragView.java | 293 mFgSpringDrawable = adaptiveIcon.getForeground(); in setItemInfo()
|