Searched refs:cutoutSpec (Results 1 – 1 of 1) sorted by relevance
290 int physicalDisplayHeight, float density, @Nullable String cutoutSpec, in CutoutPathParserInfo() argument297 mCutoutSpec = cutoutSpec == null ? "" : cutoutSpec; in CutoutPathParserInfo()805 final CutoutSpecification cutoutSpec = new CutoutSpecification.Parser( in getCutoutPath() local811 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 …]