Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarEdgePanel.java159 private int mProtectionColor; field in NavigationBarEdgePanel
481 mProtectionColor = mIsDark ? mProtectionColorDark : mProtectionColorLight; in updateIsDark()
482 mProtectionPaint.setColor(mProtectionColor); in updateIsDark()