Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DDisplayCutout.java262 String cutoutSpec, @Rotation int rotation, float scale) { in CutoutPathParserInfo() argument
266 mCutoutSpec = cutoutSpec == null ? "" : cutoutSpec; in CutoutPathParserInfo()
685 final CutoutSpecification cutoutSpec = new CutoutSpecification.Parser( in getCutoutPath() local
690 final Path cutoutPath = cutoutSpec.getPath(); in getCutoutPath()
1053 CutoutSpecification cutoutSpec = new CutoutSpecification.Parser(density, in pathAndDisplayCutoutFromSpec() local
1055 Rect safeInset = cutoutSpec.getSafeInset(); in pathAndDisplayCutoutFromSpec()
1056 final Rect boundLeft = cutoutSpec.getLeftBound(); in pathAndDisplayCutoutFromSpec()
1057 final Rect boundTop = cutoutSpec.getTopBound(); in pathAndDisplayCutoutFromSpec()
1058 final Rect boundRight = cutoutSpec.getRightBound(); in pathAndDisplayCutoutFromSpec()
1059 final Rect boundBottom = cutoutSpec.getBottomBound(); in pathAndDisplayCutoutFromSpec()
[all …]