Home
last modified time | relevance | path

Searched refs:iconColor (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java473 final ColorCache.IconColor iconColor = mColorCache.getIconColor( in processAdaptiveIcon() local
482 Integer.toHexString(iconColor.mFgColor), in processAdaptiveIcon()
483 Integer.toHexString(iconColor.mBgColor), in processAdaptiveIcon()
484 iconColor.mIsBgComplex, in processAdaptiveIcon()
485 iconColor.mReuseCount > 0, in processAdaptiveIcon()
496 if (!iconColor.mIsBgComplex && mTmpAttrs.mIconBgColor == Color.TRANSPARENT in processAdaptiveIcon()
497 && (isRgbSimilarInHsv(mThemeColor, iconColor.mBgColor) in processAdaptiveIcon()
498 || (iconColor.mIsBgGrayscale in processAdaptiveIcon()
499 && !isRgbSimilarInHsv(mThemeColor, iconColor.mFgColor)))) { in processAdaptiveIcon()
505 iconColor.mFgNonTranslucentRatio < ENLARGE_FOREGROUND_ICON_THRESHOLD in processAdaptiveIcon()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DOngoingPrivacyChip.kt40 private var iconColor = 0 in <lambda>() variable
76 it.setTint(iconColor) in <lambda>()
110 iconColor = in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java152 void updateColor(int iconColor) { in updateColor() argument
153 if (mIconColor == iconColor) { in updateColor()
157 mIconColor = iconColor; in updateColor()
DKeyguardStatusBarView.java460 @ColorInt int iconColor = Utils.getColorStateListDefaultColor(mContext, in updateIconsAndTextColors() local
464 mCarrierLabel.setTextColor(iconColor); in updateIconsAndTextColors()
474 iconManager.setTint(iconColor); in updateIconsAndTextColors()
477 applyDarkness(R.id.battery, mEmptyTintRect, intensity, iconColor); in updateIconsAndTextColors()
478 applyDarkness(R.id.clock, mEmptyTintRect, intensity, iconColor); in updateIconsAndTextColors()
DNotificationIconContainer.java698 public int iconColor = StatusBarIconView.NO_COLOR; field in NotificationIconContainer.IconState
801 icon.setIconColor(mInNotificationIconShelf ? mThemedTextColorPrimary : iconColor, in applyToView()
821 iconColor = ((StatusBarIconView) view).getStaticDrawableColor(); in initFrom()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationTest.java158 final int iconColor = Color.RED; in testParcelLegacy() local
163 generateTestIcon(width, height, iconColor), in testParcelLegacy()
185 assertEquals(iconColor, resultIcon.getPixel(0, 0)); in testParcelLegacy()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java93 protected FastBitmapDrawable(Bitmap b, int iconColor) { in FastBitmapDrawable() argument
95 mIconColor = iconColor; in FastBitmapDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java696 public void setIconColor(int iconColor, boolean animate) { in setIconColor() argument
697 if (mIconColor != iconColor) { in setIconColor()
698 mIconColor = iconColor; in setIconColor()
702 if (mCurrentSetColor == iconColor) { in setIconColor()
720 setColorInternal(iconColor); in setIconColor()
DNotificationShelf.java849 int iconColor = row.getOriginalIconColor(); in setIconTransformationAmount() local
850 shelfColor = NotificationUtils.interpolateColors(iconColor, shelfColor, in setIconTransformationAmount()
853 iconState.iconColor = shelfColor; in setIconTransformationAmount()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java1142 int iconColor; in setupUserSwitcher()
1144 iconColor = Utils.getColorAttrDefaultColor(context, in setupUserSwitcher()
1147 iconColor = context.getResources().getColor( in setupUserSwitcher()
1151 drawable.setTint(iconColor); in setupUserSwitcher()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java832 int iconColor = getEmergencyIconColor(context); in create() local
838 icon.getDrawable().setTint(iconColor); in create()