Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarEdgePanel.java157 private int mProtectionColorDark; field in NavigationBarEdgePanel
474 mProtectionColorDark = mArrowColorLight; in loadColors()
481 mProtectionColor = mIsDark ? mProtectionColorDark : mProtectionColorLight; in updateIsDark()