Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfacePlacer.java113 private float mButtonBrightness = -1; field in WindowSurfacePlacer
302 mButtonBrightness = -1; in performSurfacePlacementInner()
493 if (mButtonBrightness < 0 in performSurfacePlacementInner()
494 || mButtonBrightness > 1.0f) { in performSurfacePlacementInner()
498 toBrightnessOverride(mButtonBrightness)); in performSurfacePlacementInner()
1494 && mButtonBrightness < 0) { in handleNotObscuredLocked()
1495 mButtonBrightness = w.mAttrs.buttonBrightness; in handleNotObscuredLocked()