Searched refs:mLightIconColor (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
D | RotationButtonController.java | 114 private final int mLightIconColor; field in RotationButtonController 174 mLightIconColor = lightIconColor; in RotationButtonController() 453 mRotationButton.updateIcon(mLightIconColor, mDarkIconColor); in onRotationProposal() 556 return mLightIconColor; in getLightIconColor() 583 "%s\tmLightIconColor=0x%s", prefix, Integer.toHexString(mLightIconColor))); in dumpLogs()
|
/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
D | NavigationBarView.java | 70 private final int mLightIconColor; field in NavigationBarView 86 mLightIconColor = LIGHT_MODE_ICON_COLOR_SINGLE_TONE; in NavigationBarView() 229 return KeyButtonDrawable.create(mLightContext, mLightIconColor, mDarkIconColor, icon, in getDrawable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBarView.java | 126 private int mLightIconColor; field in NavigationBarView 284 mLightIconColor = Utils.getColorAttrDefaultColor(mLightContext, R.attr.singleToneColor); in NavigationBarView() 309 mRotationButtonController = new RotationButtonController(mLightContext, mLightIconColor, in NavigationBarView() 471 mContextualButtonGroup.updateIcons(mLightIconColor, mDarkIconColor); in updateIcons() 532 return KeyButtonDrawable.create(mLightContext, mLightIconColor, mDarkIconColor, icon, in getDrawable()
|