Searched refs:contentInsetsProvider (Results 1 – 6 of 6) sorted by relevance
57 private val contentInsetsProvider = mock<StatusBarContentInsetsProvider>() constant64 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 …]
74 private val contentInsetsProvider: StatusBarContentInsetsProvider, in <lambda>() constant109 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 …]
48 private val contentInsetsProvider: StatusBarContentInsetsProvider constant in com.android.systemui.statusbar.events.SystemEventChipAnimationController85 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()
96 StatusBarContentInsetsProvider contentInsetsProvider, in StatusBarWindowController() argument103 mContentInsetsProvider = contentInsetsProvider; in StatusBarWindowController()
63 private val contentInsetsProvider = createMockContentInsetsProvider() in <lambda>() constant in com.android.systemui.statusbar.events.PrivacyDotViewControllerTest81 contentInsetsProvider, in <lambda>()
97 contentInsetsProvider = insetsProvider in setup()