Searched refs:cutoutPathParserInfo (Results 1 – 1 of 1) sorted by relevance
271 public CutoutPathParserInfo(CutoutPathParserInfo cutoutPathParserInfo) { in CutoutPathParserInfo() argument272 mDisplayWidth = cutoutPathParserInfo.mDisplayWidth; in CutoutPathParserInfo()273 mDisplayHeight = cutoutPathParserInfo.mDisplayHeight; in CutoutPathParserInfo()274 mDensity = cutoutPathParserInfo.mDensity; in CutoutPathParserInfo()275 mCutoutSpec = cutoutPathParserInfo.mCutoutSpec; in CutoutPathParserInfo()276 mRotation = cutoutPathParserInfo.mRotation; in CutoutPathParserInfo()277 mScale = cutoutPathParserInfo.mScale; in CutoutPathParserInfo()1070 final CutoutPathParserInfo cutoutPathParserInfo = new CutoutPathParserInfo(displayWidth, in pathAndDisplayCutoutFromSpec() local1075 cutoutPathParserInfo , false /* copyArguments */); in pathAndDisplayCutoutFromSpec()