Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java290 int physicalDisplayHeight, float density, @Nullable String cutoutSpec, in CutoutPathParserInfo() argument
297 mCutoutSpec = cutoutSpec == null ? "" : cutoutSpec; in CutoutPathParserInfo()
805 final CutoutSpecification cutoutSpec = new CutoutSpecification.Parser( in getCutoutPath() local
811 final Path cutoutPath = cutoutSpec.getPath(); in getCutoutPath()
1252 CutoutSpecification cutoutSpec = new CutoutSpecification.Parser(density,
1255 Rect safeInset = cutoutSpec.getSafeInset();
1256 final Rect boundLeft = cutoutSpec.getLeftBound();
1257 final Rect boundTop = cutoutSpec.getTopBound();
1258 final Rect boundRight = cutoutSpec.getRightBound();
1259 final Rect boundBottom = cutoutSpec.getBottomBound();
[all …]