Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewTest.kt57 private val contentInsetsProvider = mock<StatusBarContentInsetsProvider>() constant in com.android.systemui.statusbar.phone.PhoneStatusBarViewTest
64 contentInsetsProvider in setUp()
71 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()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt74 private val contentInsetsProvider: StatusBarContentInsetsProvider, in <lambda>() constant
109 contentInsetsProvider.addCallback(object : StatusBarContentInsetsChangedListener { in <lambda>()
179 val paddingTop = contentInsetsProvider.getStatusBarPaddingTop(rot) in <lambda>()
437 val left = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_SEASCAPE) in <lambda>()
438 val top = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_NONE) in <lambda>()
439 val right = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_LANDSCAPE) in <lambda>()
440 val bottom = contentInsetsProvider in <lambda>()
442 val paddingTop = contentInsetsProvider.getStatusBarPaddingTop() in <lambda>()
579 val left = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_SEASCAPE) in <lambda>()
580 val top = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_NONE) in <lambda>()
[all …]
DSystemEventChipAnimationController.kt48 private val contentInsetsProvider: StatusBarContentInsetsProvider constant in com.android.systemui.statusbar.events.SystemEventChipAnimationController
85 val insets = contentInsetsProvider.getStatusBarContentInsetsForCurrentRotation() in prepareChipAnimation()
101 updateChipBounds(it, contentInsetsProvider.getStatusBarContentAreaForCurrentRotation()) in prepareChipAnimation()
253 contentInsetsProvider.addCallback(object : StatusBarContentInsetsChangedListener { in init()
255 val newContentArea = contentInsetsProvider in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java96 StatusBarContentInsetsProvider contentInsetsProvider, in StatusBarWindowController() argument
103 mContentInsetsProvider = contentInsetsProvider; in StatusBarWindowController()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/events/
DPrivacyDotViewControllerTest.kt63 private val contentInsetsProvider = createMockContentInsetsProvider() in <lambda>() constant in com.android.systemui.statusbar.events.PrivacyDotViewControllerTest
81 contentInsetsProvider, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationControllerTest.kt97 contentInsetsProvider = insetsProvider in setup()