Searched refs:cutoutSpec (Results 1 – 1 of 1) sorted by relevance
730 CutoutSpecification cutoutSpec = new CutoutSpecification.Parser(density, in pathAndDisplayCutoutFromSpec() local732 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()