Home
last modified time | relevance | path

Searched refs:mLightIconColor (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java115 private final int mLightIconColor; field in RotationButtonController
175 mLightIconColor = lightIconColor; in RotationButtonController()
454 mRotationButton.updateIcon(mLightIconColor, mDarkIconColor); in onRotationProposal()
556 return mLightIconColor; in getLightIconColor()
583 "%s\tmLightIconColor=0x%s", prefix, Integer.toHexString(mLightIconColor))); in dumpLogs()
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/
H A DNavigationBarView.java70 private final int mLightIconColor; field in NavigationBarView
86 mLightIconColor = LIGHT_MODE_ICON_COLOR_SINGLE_TONE; in NavigationBarView()
225 return KeyButtonDrawable.create(mLightContext, mLightIconColor, mDarkIconColor, icon, in getDrawable()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightBarController.java75 private final int mLightIconColor; field in LightBarController
126 mLightIconColor = ctx.getColor(R.color.light_mode_icon_color_single_tone); in LightBarController()
146 return mLightIconColor; in getDarkAppearanceIconColor()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java123 private int mLightIconColor; field in NavigationBarView
279 mLightIconColor = Utils.getColorAttrDefaultColor(mLightContext, R.attr.singleToneColor); in NavigationBarView()
306 mRotationButtonController = new RotationButtonController(mLightContext, mLightIconColor, in NavigationBarView()
471 mContextualButtonGroup.updateIcons(mLightIconColor, mDarkIconColor); in updateIcons()
552 return KeyButtonDrawable.create(mLightContext, mLightIconColor, mDarkIconColor, icon, in getDrawable()