Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java183 private int mProtectionColorDark; field in NavigationBarEdgePanel
560 mProtectionColorDark = mArrowColorLight; in loadColors()
567 mProtectionColor = mIsDark ? mProtectionColorDark : mProtectionColorLight; in updateIsDark()