Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java184 private int mProtectionColorLight; field in NavigationBarEdgePanel
581 mProtectionColorLight = mArrowColorDark; in loadColors()
587 mProtectionColor = mIsDark ? mProtectionColorDark : mProtectionColorLight; in updateIsDark()