Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/rotation/
H A DRotationButtonController.java99 private final int mLightIconColor; field in RotationButtonController
162 mLightIconColor = lightIconColor; in RotationButtonController()
378 mRotationButton.updateIcon(mLightIconColor, mDarkIconColor); in onRotationProposal()
441 return mLightIconColor; in getLightIconColor()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DNavbarButtonsViewController.java104 private final int mLightIconColor; field in NavbarButtonsViewController
136 mLightIconColor = context.getColor(R.color.taskbar_nav_icon_light_color); in NavbarButtonsViewController()
435 int iconColor = (int) ArgbEvaluator.getInstance().evaluate(darkIntensity, mLightIconColor, in updateNavButtonDarkIntensity()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java137 private int mLightIconColor; field in NavigationBarView
309 mLightIconColor = Utils.getColorAttrDefaultColor(mLightContext, R.attr.singleToneColor); in NavigationBarView()
337 mRotationButtonController = new RotationButtonController(mLightContext, mLightIconColor, in NavigationBarView()
587 mContextualButtonGroup.updateIcons(mLightIconColor, mDarkIconColor); in updateIcons()
669 return KeyButtonDrawable.create(mLightContext, mLightIconColor, mDarkIconColor, icon, in getDrawable()