Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DOngoingPrivacyChip.kt43 private var iconColor = 0 in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaSessionReleaseDialog.java50 int iconColor) { in MediaSessionReleaseDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java152 void updateColor(int iconColor) { in updateColor()
DKeyguardStatusBarView.java432 @ColorInt int iconColor = Utils.getColorStateListDefaultColor(mContext, in updateIconsAndTextColors() local
DNotificationIconContainer.java701 public int iconColor = StatusBarIconView.NO_COLOR; field in NotificationIconContainer.IconState
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/
DTextClassificationTest.java158 final int iconColor = Color.RED; in testParcelLegacy() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java664 final ColorCache.IconColor iconColor = mColorCache.getIconColor( in processAdaptiveIcon() local
1165 final IconColor iconColor = getCache(colors.mIconColors, hash, leastUsedIndex); in getIconColor() local
1175 final IconColor iconColor = new IconColor(hash, fgTester.getDominateColor(), in getIconColor() local
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java102 protected FastBitmapDrawable(Bitmap b, int iconColor) { in FastBitmapDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java907 int iconColor = row.getOriginalIconColor(); in setIconTransformationAmount() local
DStatusBarIconView.java756 public void setIconColor(int iconColor, boolean animate) { in setIconColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java858 int iconColor = getEmergencyIconColor(context); in create() local