Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowToken.java125 FixedRotationTransformState(DisplayInfo rotatedDisplayInfo, in FixedRotationTransformState() argument
127 mDisplayInfo = rotatedDisplayInfo; in FixedRotationTransformState()
161 FixedRotationTransformStateLegacy(DisplayInfo rotatedDisplayInfo, in FixedRotationTransformStateLegacy() argument
164 super(rotatedDisplayInfo, rotatedDisplayFrames, rotatedConfig); in FixedRotationTransformStateLegacy()
166 mRotator = new SeamlessRotator(rotatedDisplayInfo.rotation, currentRotation, in FixedRotationTransformStateLegacy()
167 rotatedDisplayInfo, true /* applyFixedTransformationHint */); in FixedRotationTransformStateLegacy()