Searched refs:mCutoutPathParserInfo (Results 1 – 1 of 1) sorted by relevance
402 private final @NonNull CutoutPathParserInfo mCutoutPathParserInfo; field in DisplayCutout571 mCutoutPathParserInfo = info == null ? EMPTY_PARSER_INFO : info; in DisplayCutout()797 if (!mCutoutPathParserInfo.hasCutout()) { in getCutoutPath()801 if (mCutoutPathParserInfo.equals(sCachedCutoutPathParserInfo)) { in getCutoutPath()806 mCutoutPathParserInfo.getDensity(), mCutoutPathParserInfo.getPhysicalDisplayWidth(), in getCutoutPath()807 mCutoutPathParserInfo.getPhysicalDisplayHeight(), in getCutoutPath()808 mCutoutPathParserInfo.getPhysicalPixelDisplaySizeRatio()) in getCutoutPath()809 .parse(mCutoutPathParserInfo.getCutoutSpec()); in getCutoutPath()816 if (mCutoutPathParserInfo.getRotation() != ROTATION_0) { in getCutoutPath()818 mCutoutPathParserInfo.getRotation(), in getCutoutPath()[all …]