Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java100 private final int mDarkIconColor; field in RotationButtonController
163 mDarkIconColor = darkIconColor; in RotationButtonController()
378 mRotationButton.updateIcon(mLightIconColor, mDarkIconColor); in onRotationProposal()
446 return mDarkIconColor; in getDarkIconColor()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java57 protected final int mDarkIconColor; field in KeyguardAffordanceView
138 mDarkIconColor = 0xff000000; in KeyguardAffordanceView()
196 int color = (int) mColorInterpolator.evaluate(alpha, mNormalColor, mDarkIconColor); in updateIconColor()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DNavbarButtonsViewController.java105 private final int mDarkIconColor; field in NavbarButtonsViewController
137 mDarkIconColor = context.getColor(R.color.taskbar_nav_icon_dark_color); in NavbarButtonsViewController()
436 mDarkIconColor); in updateNavButtonDarkIntensity()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java138 private int mDarkIconColor; field in NavigationBarView
310 mDarkIconColor = Utils.getColorAttrDefaultColor(darkContext, R.attr.singleToneColor); in NavigationBarView()
338 mDarkIconColor, R.drawable.ic_sysbar_rotate_button_ccw_start_0, in NavigationBarView()
587 mContextualButtonGroup.updateIcons(mLightIconColor, mDarkIconColor); in updateIcons()
669 return KeyButtonDrawable.create(mLightContext, mLightIconColor, mDarkIconColor, icon, in getDrawable()