Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewTest.kt71 whenever(contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation()) in setUp()
188 whenever(contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation()) in onAttachedToWindow_updatesLeftTopRightPaddingsBasedOnInsets()
202 whenever(contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation()) in onConfigurationChanged_updatesLeftTopRightPaddingsBasedOnInsets()
217 whenever(contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation()) in onConfigurationChanged_noRelevantChange_doesNotUpdateInsets()
223 whenever(contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation()) in onConfigurationChanged_noRelevantChange_doesNotUpdateInsets()
237 whenever(contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation()) in onConfigurationChanged_densityChanged_updatesInsets()
245 whenever(contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation()) in onConfigurationChanged_densityChanged_updatesInsets()
260 whenever(contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation()) in onConfigurationChanged_fontScaleChanged_updatesInsets()
268 whenever(contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation()) in onConfigurationChanged_fontScaleChanged_updatesInsets()
295 whenever(contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation()) in onApplyWindowInsets_updatesLeftTopRightPaddingsBasedOnInsets()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationControllerTest.kt81 whenever(insetsProvider.getStatusBarContentInsetsForCurrentRotation()) in setup()
DSystemStatusAnimationSchedulerImplTest.kt94 whenever(statusBarContentInsetProvider.getStatusBarContentInsetsForCurrentRotation()) in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java310 .getStatusBarContentInsetsForCurrentRotation(); in updateSafeInsets()
DKeyguardStatusBarView.java317 mPadding = insetsProvider.getStatusBarContentInsetsForCurrentRotation(); in updatePadding()
DStatusBarContentInsetsProvider.kt216 fun getStatusBarContentInsetsForCurrentRotation(): Insets { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt85 val insets = contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation() in prepareChipAnimation()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DShadeHeaderControllerTest.kt938 whenever(insetsProvider.getStatusBarContentInsetsForCurrentRotation()) in <lambda>()
990 whenever(insetsProvider.getStatusBarContentInsetsForCurrentRotation()) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeHeaderController.kt415 val sbInsets: Insets = insetsProvider.getStatusBarContentInsetsForCurrentRotation() in <lambda>()