Home
last modified time | relevance | path

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

/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()
/frameworks/base/core/java/android/view/
DDisplayCutout.java683 final Path bottomPath; in pathAndDisplayCutoutFromSpec() local
685 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()