Home
last modified time | relevance | path

Searched refs:getBoundingRectForPrivacyChipForRotation (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java239 .getBoundingRectForPrivacyChipForRotation(ROTATION_NONE);
241 .getBoundingRectForPrivacyChipForRotation(ROTATION_LANDSCAPE);
243 .getBoundingRectForPrivacyChipForRotation(ROTATION_UPSIDE_DOWN);
245 .getBoundingRectForPrivacyChipForRotation(ROTATION_SEASCAPE);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarContentInsetsProvider.kt140 fun getBoundingRectForPrivacyChipForRotation(@Rotation rotation: Int): Rect { regex