Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayCutout.java402 private final @NonNull CutoutPathParserInfo mCutoutPathParserInfo; field in DisplayCutout
571 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 …]