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()
683 final Path bottomPath; in pathAndDisplayCutoutFromSpec() local685 bottomPath = PathParser.createPathFromPathData(bottomSpec); in pathAndDisplayCutoutFromSpec()692 bottomPath.transform(m); in pathAndDisplayCutoutFromSpec()693 p.addPath(bottomPath); in pathAndDisplayCutoutFromSpec()695 toRectAndAddToRegion(bottomPath, r, boundBottom); in pathAndDisplayCutoutFromSpec()