Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightBarController.java78 private BoundsPair mStatusBarBounds = new BoundsPair(new Rect(), new Rect()); field in LightBarController
171 boolean sbBoundsChanged = !mStatusBarBounds.equals(params.getBounds()); in onStatusBarAppearanceChanged()
172 mStatusBarBounds = params.getBounds(); in onStatusBarAppearanceChanged()