Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt410 val left = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_SEASCAPE) in <lambda>()
411 val top = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_NONE) in <lambda>()
412 val right = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_LANDSCAPE) in <lambda>()
414 .getStatusBarContentInsetsForRotation(ROTATION_UPSIDE_DOWN) in <lambda>()
552 val left = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_SEASCAPE) in <lambda>()
553 val top = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_NONE) in <lambda>()
554 val right = contentInsetsProvider.getStatusBarContentInsetsForRotation(ROTATION_LANDSCAPE) in <lambda>()
556 .getStatusBarContentInsetsForRotation(ROTATION_UPSIDE_DOWN) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java373 .getStatusBarContentInsetsForRotation(RotationUtils.getExactRotation(getContext())); in updateSafeInsets()
DStatusBarContentInsetsProvider.kt132 fun getStatusBarContentInsetsForRotation(@Rotation rotation: Int): Rect { in <lambda>() method