Searched refs:cutoutPathParserInfo (Results 1 – 2 of 2) sorted by relevance
303 public CutoutPathParserInfo(@NonNull CutoutPathParserInfo cutoutPathParserInfo) { in CutoutPathParserInfo() argument304 mDisplayWidth = cutoutPathParserInfo.mDisplayWidth; in CutoutPathParserInfo()305 mDisplayHeight = cutoutPathParserInfo.mDisplayHeight; in CutoutPathParserInfo()306 mPhysicalDisplayWidth = cutoutPathParserInfo.mPhysicalDisplayWidth; in CutoutPathParserInfo()307 mPhysicalDisplayHeight = cutoutPathParserInfo.mPhysicalDisplayHeight; in CutoutPathParserInfo()308 mDensity = cutoutPathParserInfo.mDensity; in CutoutPathParserInfo()309 mCutoutSpec = cutoutPathParserInfo.mCutoutSpec; in CutoutPathParserInfo()310 mRotation = cutoutPathParserInfo.mRotation; in CutoutPathParserInfo()311 mScale = cutoutPathParserInfo.mScale; in CutoutPathParserInfo()312 mPhysicalPixelDisplaySizeRatio = cutoutPathParserInfo.mPhysicalPixelDisplaySizeRatio; in CutoutPathParserInfo()[all …]
286 return it.cutoutPathParserInfo.physicalPixelDisplaySizeRatio in <lambda>()