Searched refs:bottomPath (Results 1 – 2 of 2) sorted by relevance
133 Path bottomPath = null; in oldMethodParsingSpec() local135 bottomPath = PathParser.createPathFromPathData(bottomSpec); in oldMethodParsingSpec()140 if (bottomPath != null) { in oldMethodParsingSpec()143 bottomPath.transform(m); in oldMethodParsingSpec()144 p.addPath(bottomPath); in oldMethodParsingSpec()146 toRectAndAddToRegion(bottomPath, r, boundBottom); in oldMethodParsingSpec()
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()