Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt334 if (cutoutRect.touchesLeftEdge(relativeRotation, cWidth, cHeight)) { in getStatusBarLeftRight()
389 private fun Rect.touchesLeftEdge(@Rotation rot: Int, width: Int, height: Int): Boolean { in Rect() method