Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt271 var rot = activeRotationForCorner(tl, rtl)
283 rot = activeRotationForCorner(tr, rtl)
295 rot = activeRotationForCorner(br, rtl)
307 rot = activeRotationForCorner(bl, rtl)
385 private fun activeRotationForCorner(corner: View, rtl: Boolean): Int { regex