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.java78 private final Rect mLastFullscreenBounds = new Rect(); field in LightBarController
116 || !mLastFullscreenBounds.equals(fullscreenStackBounds) in onSystemUiVisibilityChanged()
129 mLastFullscreenBounds.set(fullscreenStackBounds); in onSystemUiVisibilityChanged()
157 mDockedStackVisibility, 0 /* mask */, mLastFullscreenBounds, mLastDockedBounds, in reevaluate()
270 pw.print(" mLastFullscreenBounds="); pw.print(mLastFullscreenBounds); in dump()