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/
DLightStatusBarController.java41 private final Rect mLastFullscreenBounds = new Rect(); field in LightStatusBarController
67 || !mLastFullscreenBounds.equals(fullscreenStackBounds) in onSystemUiVisibilityChanged()
76 mLastFullscreenBounds.set(fullscreenStackBounds); in onSystemUiVisibilityChanged()