Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java491 @ColorInt int iconColor = Utils.getColorStateListDefaultColor(mContext, in updateIconsAndTextColors() local
495 mCarrierLabel.setTextColor(iconColor); in updateIconsAndTextColors()
497 mIconManager.setTint(iconColor); in updateIconsAndTextColors()
500 applyDarkness(R.id.battery, mEmptyRect, intensity, iconColor); in updateIconsAndTextColors()
501 applyDarkness(R.id.clock, mEmptyRect, intensity, iconColor); in updateIconsAndTextColors()
DLockIcon.java154 void onThemeChange(int iconColor) { in onThemeChange() argument
156 mIconColor = iconColor; in onThemeChange()
DLockscreenLockIconController.java154 int iconColor = typedArray.getColor(0, Color.WHITE);
156 mLockIcon.onThemeChange(iconColor);
DNotificationIconContainer.java706 public int iconColor = StatusBarIconView.NO_COLOR; field in IconState
804 icon.setIconColor(iconColor, needsCannedAnimation && animationsAllowed); in applyToView()
826 iconColor = ((StatusBarIconView) view).getStaticDrawableColor(); in initFrom()
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationTest.java156 final int iconColor = Color.RED; in testParcelLegacy() local
161 generateTestIcon(width, height, iconColor), in testParcelLegacy()
183 assertEquals(iconColor, resultIcon.getPixel(0, 0)); in testParcelLegacy()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java649 public void setIconColor(int iconColor, boolean animate) { in setIconColor() argument
650 if (mIconColor != iconColor) { in setIconColor()
651 mIconColor = iconColor; in setIconColor()
655 if (mCurrentSetColor == iconColor) { in setIconColor()
673 setColorInternal(iconColor); in setIconColor()
DNotificationShelf.java839 int iconColor = row.getOriginalIconColor(); local
840 shelfColor = NotificationUtils.interpolateColors(iconColor, shelfColor,
843 iconState.iconColor = shelfColor;