Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java730 CutoutSpecification cutoutSpec = new CutoutSpecification.Parser(density, in pathAndDisplayCutoutFromSpec() local
732 Rect safeInset = cutoutSpec.getSafeInset(); in pathAndDisplayCutoutFromSpec()
733 final Rect boundLeft = cutoutSpec.getLeftBound(); in pathAndDisplayCutoutFromSpec()
734 final Rect boundTop = cutoutSpec.getTopBound(); in pathAndDisplayCutoutFromSpec()
735 final Rect boundRight = cutoutSpec.getRightBound(); in pathAndDisplayCutoutFromSpec()
736 final Rect boundBottom = cutoutSpec.getBottomBound(); in pathAndDisplayCutoutFromSpec()
750 final Pair<Path, DisplayCutout> result = new Pair<>(cutoutSpec.getPath(), cutout); in pathAndDisplayCutoutFromSpec()