Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java76 private final StatusBarContentInsetsProvider mContentInsetsProvider; field in StatusBarWindowController
103 mContentInsetsProvider = contentInsetsProvider; in StatusBarWindowController()
157 mContentInsetsProvider.addCallback(this::calculateStatusBarLocationsForAllRotations); in attach()
261 bounds[0] = mContentInsetsProvider
263 bounds[1] = mContentInsetsProvider
265 bounds[2] = mContentInsetsProvider
267 bounds[3] = mContentInsetsProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java55 private final StatusBarContentInsetsProvider mContentInsetsProvider; field in PhoneStatusBarView
80 mContentInsetsProvider = Dependency.get(StatusBarContentInsetsProvider.class); in PhoneStatusBarView()
291 boolean hasCornerCutout = mContentInsetsProvider.currentRotationHasCornerCutout(); in updateCutoutLocation()
309 Insets insets = mContentInsetsProvider in updateSafeInsets()