Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java435 final Path bottomPath; in pathAndDisplayCutoutFromSpec() local
437 bottomPath = PathParser.createPathFromPathData(bottomSpec); in pathAndDisplayCutoutFromSpec()
444 bottomPath.transform(m); in pathAndDisplayCutoutFromSpec()
445 p.addPath(bottomPath); in pathAndDisplayCutoutFromSpec()