Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DOngoingPrivacyChip.kt40 private var iconColor = 0 in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java152 void updateColor(int iconColor) { in updateColor()
DKeyguardStatusBarView.java460 @ColorInt int iconColor = Utils.getColorStateListDefaultColor(mContext, in updateIconsAndTextColors() local
DNotificationIconContainer.java698 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.java473 final ColorCache.IconColor iconColor = mColorCache.getIconColor( in processAdaptiveIcon() local
974 final IconColor iconColor = getCache(colors.mIconColors, hash, leastUsedIndex); in getIconColor() local
984 final IconColor iconColor = new IconColor(hash, fgTester.getDominateColor(), in getIconColor() local
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java93 protected FastBitmapDrawable(Bitmap b, int iconColor) { in FastBitmapDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java849 int iconColor = row.getOriginalIconColor(); in setIconTransformationAmount() local
DStatusBarIconView.java696 public void setIconColor(int iconColor, boolean animate) { in setIconColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java832 int iconColor = getEmergencyIconColor(context); in create() local