Home
last modified time | relevance | path

Searched refs:bottomPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/apct-tests/perftests/core/src/android/view/
DCutoutSpecificationBenchmark.java133 Path bottomPath = null; in oldMethodParsingSpec() local
135 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DPerimeterPathGuide.java256 Path bottomPath = new Path(); in computeRegions() local
257 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()