Home
last modified time | relevance | path

Searched refs:getStatusBarContentAreaForRotation (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt425 val left = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_SEASCAPE)
426 val top = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_NONE)
427 val right = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_LANDSCAPE)
429 .getStatusBarContentAreaForRotation(ROTATION_UPSIDE_DOWN)
565 val left = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_SEASCAPE)
566 val top = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_NONE)
567 val right = contentInsetsProvider.getStatusBarContentAreaForRotation(ROTATION_LANDSCAPE)
569 .getStatusBarContentAreaForRotation(ROTATION_UPSIDE_DOWN)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProviderTest.kt467 val firstDisplayInsets = provider.getStatusBarContentAreaForRotation(ROTATION_NONE)
472 val secondDisplayInsets = provider.getStatusBarContentAreaForRotation(ROTATION_NONE)
487 .getStatusBarContentAreaForRotation(ROTATION_NONE)
490 provider.getStatusBarContentAreaForRotation(ROTATION_NONE)
496 .getStatusBarContentAreaForRotation(ROTATION_NONE)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt142 insets = getStatusBarContentAreaForRotation(rotation)
198 fun getStatusBarContentAreaForRotation( regex
212 return getStatusBarContentAreaForRotation(rotation)