Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java270 int physicalDisplayHeight, float density, @Nullable String cutoutSpec, in CutoutPathParserInfo() argument
277 mCutoutSpec = cutoutSpec == null ? "" : cutoutSpec; in CutoutPathParserInfo()
752 final CutoutSpecification cutoutSpec = new CutoutSpecification.Parser( in getCutoutPath() local
758 final Path cutoutPath = cutoutSpec.getPath(); in getCutoutPath()
1116 CutoutSpecification cutoutSpec = new CutoutSpecification.Parser(density, in pathAndDisplayCutoutFromSpec() local
1119 Rect safeInset = cutoutSpec.getSafeInset(); in pathAndDisplayCutoutFromSpec()
1120 final Rect boundLeft = cutoutSpec.getLeftBound(); in pathAndDisplayCutoutFromSpec()
1121 final Rect boundTop = cutoutSpec.getTopBound(); in pathAndDisplayCutoutFromSpec()
1122 final Rect boundRight = cutoutSpec.getRightBound(); in pathAndDisplayCutoutFromSpec()
1123 final Rect boundBottom = cutoutSpec.getBottomBound(); in pathAndDisplayCutoutFromSpec()
[all …]