Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt248 var rot = activeRotationForCorner(tl, rtl)
260 rot = activeRotationForCorner(tr, rtl)
272 rot = activeRotationForCorner(br, rtl)
284 rot = activeRotationForCorner(bl, rtl)
356 private fun activeRotationForCorner(corner: View, rtl: Boolean): Int { regex