Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
H A DSystemEventChipAnimationControllerTest.kt82 whenever(insetsProvider.getStatusBarContentInsetsForCurrentRotation())
H A DSystemStatusAnimationSchedulerImplTest.kt97 whenever(statusBarContentInsetProvider.getStatusBarContentInsetsForCurrentRotation())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java275 .getStatusBarContentInsetsForCurrentRotation(); in updateSafeInsets()
H A DStatusBarContentInsetsProvider.kt185 fun getStatusBarContentInsetsForCurrentRotation(): Pair<Int, Int> { regex
H A DKeyguardStatusBarView.java302 mPadding = insetsProvider.getStatusBarContentInsetsForCurrentRotation(); in updatePadding()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemEventChipAnimationController.kt88 val insets = contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DShadeHeaderControllerTest.kt936 whenever(insetsProvider.getStatusBarContentInsetsForCurrentRotation())
981 whenever(insetsProvider.getStatusBarContentInsetsForCurrentRotation())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeHeaderController.kt399 val sbInsets: Pair<Int, Int> = insetsProvider.getStatusBarContentInsetsForCurrentRotation()