Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java658 String bottomSpec = null; in pathAndDisplayCutoutFromSpec() local
662 bottomSpec = splits[1].trim(); in pathAndDisplayCutoutFromSpec()
687 if (bottomSpec != null) { in pathAndDisplayCutoutFromSpec()
690 bottomPath = PathParser.createPathFromPathData(bottomSpec); in pathAndDisplayCutoutFromSpec()