Searched refs:bottomPath (Results 1 – 2 of 2) sorted by relevance
256 Path bottomPath = new Path(); in computeRegions() local257 bottomPath.moveTo(getPhysicalCornerRadius(screenBottomLeft), screenHeight - mEdgeInset); in computeRegions()258 bottomPath.lineTo(screenWidth - getPhysicalCornerRadius(screenBottomRight), in computeRegions()260 mRegions[Region.BOTTOM.ordinal()].path = bottomPath; in computeRegions()
688 final Path bottomPath; in pathAndDisplayCutoutFromSpec() local690 bottomPath = PathParser.createPathFromPathData(bottomSpec); in pathAndDisplayCutoutFromSpec()697 bottomPath.transform(m); in pathAndDisplayCutoutFromSpec()698 p.addPath(bottomPath); in pathAndDisplayCutoutFromSpec()700 toRectAndAddToRegion(bottomPath, r, boundBottom); in pathAndDisplayCutoutFromSpec()