Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DPrivacyDotViewController.kt231 val rotatedCorner = rotatedCorner(cornerForView(corner), rotation) regex
233 gravity = rotatedCorner.toGravity()
239 .gravity = rotatedCorner.innerGravity()
246 val rotatedCorner = rotatedCorner(cornerForView(corner), rotation) regex
247 val w = widthForCorner(rotatedCorner, l, r)
375 private fun rotatedCorner(corner: Int, rotation: Int): Int { regex