Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java76 private final Rect mLastFullscreenBounds = new Rect(); field in LightBarController
109 || !mLastFullscreenBounds.equals(fullscreenStackBounds) in onSystemUiVisibilityChanged()
121 mLastFullscreenBounds.set(fullscreenStackBounds); in onSystemUiVisibilityChanged()
146 mDockedStackVisibility, 0 /* mask */, mLastFullscreenBounds, mLastDockedBounds, in reevaluate()
249 pw.print(" mLastFullscreenBounds="); pw.print(mLastFullscreenBounds); in dump()