Searched refs:horizontalOverlap (Results 1 – 1 of 1) sorted by relevance
214 if (!rect.horizontalOverlap(runLeft, runRight)) { in getStartOffsetForRectWithinRun()286 if (!rect.horizontalOverlap(runLeft, runRight)) { in LayoutHelper()377 private fun RectF.horizontalOverlap(left: Float, right: Float): Boolean { in RectF() method