Searched refs:rotationAdjustments (Results 1 – 1 of 1) sorted by relevance
103 final FixedRotationAdjustments rotationAdjustments = mFixedRotationAdjustments; in noFlip() local104 if (rotationAdjustments == null) { in noFlip()108 return (realRotation - rotationAdjustments.mRotation + 4) % 2 == 0; in noFlip()137 final FixedRotationAdjustments rotationAdjustments = mFixedRotationAdjustments; in adjustGlobalAppMetrics() local138 if (rotationAdjustments == null) { in adjustGlobalAppMetrics()141 metrics.noncompatWidthPixels = metrics.widthPixels = rotationAdjustments.mAppWidth; in adjustGlobalAppMetrics()142 metrics.noncompatHeightPixels = metrics.heightPixels = rotationAdjustments.mAppHeight; in adjustGlobalAppMetrics()148 final FixedRotationAdjustments rotationAdjustments = mFixedRotationAdjustments; in getDisplayCutout() local149 return rotationAdjustments != null && rotationAdjustments.mRotatedDisplayCutout != null in getDisplayCutout()150 ? rotationAdjustments.mRotatedDisplayCutout in getDisplayCutout()[all …]