Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/panel/component/mediaoutput/ui/viewmodel/
DDeviceIconViewModel.kt26 val iconColor: Color constant
31 override val iconColor: Color, constant in com.android.systemui.volume.panel.component.mediaoutput.ui.viewmodel.DeviceIconViewModel.IsPlaying
37 override val iconColor: Color, constant in com.android.systemui.volume.panel.component.mediaoutput.ui.viewmodel.DeviceIconViewModel.IsNotPlaying
/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()
DMediaOutputAdapter.kt662 val iconColor = in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSLongPressProperties.kt33 var iconColor: Int, variable in com.android.systemui.qs.tileimpl.QSLongPressProperties
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/dialog/ui/composable/
DAlertDialogContent.kt71 val iconColor = MaterialTheme.colorScheme.primary in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/featurepods/popups/ui/compose/
DStatusBarPopupChip.kt116 val iconColor = in <lambda>() constant
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DGroupHelperTest.java154 UserHandle user, String groupKey, Icon smallIcon, int iconColor) { in getSbn()
1175 final int iconColor = Color.BLUE; in testAddSummary_sameIcon_sameColor_alwaysAutogroup() local
1212 final int iconColor = Color.BLUE; in testAddSummary_sameIcon_sameColor() local
1346 final int iconColor = Color.BLUE; in testAddSummary_diffVisibility_alwaysAutogroup() local
1386 final int iconColor = Color.BLUE; in testAddSummary_diffVisibility() local
1544 final int iconColor = Color.BLUE; in testAutobundledSummaryIconColor_sameColor() local
1579 final int iconColor = Color.BLUE; in testAutobundledSummaryVisibility_hasPublicChildren() local
1599 final int iconColor = Color.BLUE; in testAutobundledSummaryVisibility_noPublicChildren() local
1622 final int iconColor = Color.BLUE; in testAutobundledSummaryAlertBehavior_oneChildAlertChildren() local
1640 final int iconColor = Color.BLUE; in testAutobundledSummaryAlertBehavior_oneChildAlertAll() local
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dialog/sliders/ui/compose/
DVolumeDialogSliderTrack.kt148 val iconColor = in TrackIcon() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockIcon.java152 void updateColor(int iconColor) { in updateColor()
DKeyguardStatusBarView.java479 @ColorInt int iconColor = Utils.getColorStateListDefaultColor(mContext, in updateIconsAndTextColors() local
DNotificationIconContainer.java731 public int iconColor = StatusBarIconView.NO_COLOR; field in NotificationIconContainer.IconState
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DNavigationBar.java82 int iconColor = isLightTheme ? DARK_ICON_COLOR : LIGHT_ICON_COLOR; in NavigationBar() local
/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.java661 final ColorCache.IconColor iconColor = mColorCache.getIconColor( in processAdaptiveIcon() local
1163 final IconColor iconColor = getCache(colors.mIconColors, hash, leastUsedIndex); in getIconColor() local
1173 final IconColor iconColor = new IconColor(hash, fgTester.getDominateColor(), in getIconColor() local
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DFastBitmapDrawable.java101 protected FastBitmapDrawable(Bitmap b, int iconColor) { in FastBitmapDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java951 int iconColor = row.getOriginalIconColor(); in setIconTransformationAmount() local
DStatusBarIconView.java695 public void setIconColor(int iconColor, boolean animate) { in setIconColor()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/selector/ui/composable/
DVolumePanelRadioButtons.kt279 val iconColor: Color, constant in com.android.systemui.volume.panel.component.selector.ui.composable.VolumePanelRadioButtonBarColors
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/
DPlatformSlider.kt443 val iconColor: Color, constant in com.android.compose.PlatformSliderColors
/frameworks/base/services/core/java/com/android/server/notification/
DGroupHelper.java2040 public final int iconColor; field in GroupHelper.NotificationAttributes
2046 public NotificationAttributes(int flags, Icon icon, int iconColor, int visibility, in NotificationAttributes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java956 int iconColor = getEmergencyIconColor(context); in create() local