Searched refs:mDarkIconColor (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/ |
D | RotationButtonController.java | 115 private final int mDarkIconColor; field in RotationButtonController 175 mDarkIconColor = darkIconColor; in RotationButtonController() 453 mRotationButton.updateIcon(mLightIconColor, mDarkIconColor); in onRotationProposal() 561 return mDarkIconColor; in getDarkIconColor() 585 "%s\tmDarkIconColor=0x%s", prefix, Integer.toHexString(mDarkIconColor))); in dumpLogs()
|
/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
D | NavigationBarView.java | 71 private final int mDarkIconColor; field in NavigationBarView 87 mDarkIconColor = DARK_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/statusbar/ |
D | KeyguardAffordanceView.java | 57 protected final int mDarkIconColor; field in KeyguardAffordanceView 138 mDarkIconColor = 0xff000000; in KeyguardAffordanceView() 196 int color = (int) mColorInterpolator.evaluate(alpha, mNormalColor, mDarkIconColor); in updateIconColor()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBarView.java | 127 private int mDarkIconColor; field in NavigationBarView 285 mDarkIconColor = Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor); in NavigationBarView() 310 mDarkIconColor, R.drawable.ic_sysbar_rotate_button_ccw_start_0, in NavigationBarView() 471 mContextualButtonGroup.updateIcons(mLightIconColor, mDarkIconColor); in updateIcons() 532 return KeyButtonDrawable.create(mLightContext, mLightIconColor, mDarkIconColor, icon, in getDrawable()
|