Searched refs:touchesLeftEdge (Results 1 – 1 of 1) sorted by relevance
334 if (cutoutRect.touchesLeftEdge(relativeRotation, cWidth, cHeight)) { in getStatusBarLeftRight()389 private fun Rect.touchesLeftEdge(@Rotation rot: Int, width: Int, height: Int): Boolean { in Rect() method