Searched refs:pathBounds (Results 1 – 2 of 2) sorted by relevance
134 val pathBounds = RectF(bounds) regex135 path.addRect(pathBounds, Path.Direction.CCW)143 assertThat(cutoutBaseView.protectionPath.isRect(pathBounds)).isTrue()144 assertThat(cutoutBaseView.protectionRect).isEqualTo(pathBounds)153 val pathBounds = RectF(bounds) regex154 path.addRect(pathBounds, Path.Direction.CCW)162 assertThat(cutoutBaseView.protectionPath.isRect(pathBounds)).isTrue()
246 open fun setProtection(path: Path, pathBounds: Rect) {251 protectionRectOrig.set(pathBounds)