Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DDisplayCutout.java677 if (!mCutoutPathParserInfo.hasCutout()) { in getCutoutPath()
686 mCutoutPathParserInfo.getDensity(), mCutoutPathParserInfo.getDisplayWidth(), in getCutoutPath()
687 mCutoutPathParserInfo.getDisplayHeight()) in getCutoutPath()
688 .parse(mCutoutPathParserInfo.getCutoutSpec()); in getCutoutPath()
697 mCutoutPathParserInfo.getRotation(), in getCutoutPath()
698 mCutoutPathParserInfo.getDisplayWidth(), in getCutoutPath()
699 mCutoutPathParserInfo.getDisplayHeight(), in getCutoutPath()
703 matrix.postScale(mCutoutPathParserInfo.getScale(), mCutoutPathParserInfo.getScale()); in getCutoutPath()
719 return mCutoutPathParserInfo; in getCutoutPathParserInfo()
741 && mCutoutPathParserInfo.equals(c.mCutoutPathParserInfo); in equals()
[all …]