Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationControllerTest.kt90 whenever(insetsProvider.getStatusBarContentAreaForCurrentRotation()) in setup()
129 whenever(insetsProvider.getStatusBarContentAreaForCurrentRotation()) in prepareChipAnimation_rotation_repositionsChip()
164 whenever(insetsProvider.getStatusBarContentAreaForCurrentRotation()) in fullScreenStatusBar_positionsChipAtTop_withTopGravity()
DSystemStatusAnimationSchedulerImplTest.kt98 whenever(statusBarContentInsetProvider.getStatusBarContentAreaForCurrentRotation()) in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt101 updateChipBounds(it, contentInsetsProvider.getStatusBarContentAreaForCurrentRotation()) in prepareChipAnimation()
256 .getStatusBarContentAreaForCurrentRotation() in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt243 fun getStatusBarContentAreaForCurrentRotation(): Rect { in <lambda>() method in com.android.systemui.statusbar.phone.StatusBarContentInsetsProvider