Searched refs:getStatusBarContentAreaForRotation (Results 1 – 4 of 4) sorted by relevance
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>()441 .getStatusBarContentAreaForRotation(ROTATION_UPSIDE_DOWN) in <lambda>()579 val left = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_SEASCAPE) in <lambda>()580 val top = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_NONE) in <lambda>()581 val right = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_LANDSCAPE) in <lambda>()583 .getStatusBarContentAreaForRotation(ROTATION_UPSIDE_DOWN) in <lambda>()
397 whenever(it.getStatusBarContentAreaForRotation(ROTATION_SEASCAPE)) in createMockContentInsetsProvider()399 whenever(it.getStatusBarContentAreaForRotation(ROTATION_NONE)) in createMockContentInsetsProvider()401 whenever(it.getStatusBarContentAreaForRotation(ROTATION_LANDSCAPE)) in createMockContentInsetsProvider()403 whenever(it.getStatusBarContentAreaForRotation(ROTATION_UPSIDE_DOWN)) in createMockContentInsetsProvider()
980 val firstDisplayInsets = provider.getStatusBarContentAreaForRotation(ROTATION_NONE) in testDisplayChanged_returnsUpdatedInsets()985 val secondDisplayInsets = provider.getStatusBarContentAreaForRotation(ROTATION_NONE) in testDisplayChanged_returnsUpdatedInsets()1005 val firstDisplayInsetsFirstCall = provider.getStatusBarContentAreaForRotation(ROTATION_NONE) in testDisplayChangedAndReturnedBack_returnsTheSameInsets()1008 provider.getStatusBarContentAreaForRotation(ROTATION_NONE) in testDisplayChangedAndReturnedBack_returnsTheSameInsets()1014 provider.getStatusBarContentAreaForRotation(ROTATION_NONE) in testDisplayChangedAndReturnedBack_returnsTheSameInsets()
166 insets = getStatusBarContentAreaForRotation(rotation) in <lambda>()229 fun getStatusBarContentAreaForRotation(@Rotation rotation: Int): Rect { in <lambda>() method in com.android.systemui.statusbar.phone.StatusBarContentInsetsProvider245 return getStatusBarContentAreaForRotation(rotation) in <lambda>()