Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java653 String bottomSpec = null; in pathAndDisplayCutoutFromSpec() local
657 bottomSpec = splits[1].trim(); in pathAndDisplayCutoutFromSpec()
682 if (bottomSpec != null) { in pathAndDisplayCutoutFromSpec()
685 bottomPath = PathParser.createPathFromPathData(bottomSpec); in pathAndDisplayCutoutFromSpec()