Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java102 private FixedRotationTransformState mFixedRotationTransformState;
118 private static class FixedRotationTransformState { class in WindowToken
131 FixedRotationTransformState(DisplayInfo rotatedDisplayInfo, in FixedRotationTransformState() method in WindowToken.FixedRotationTransformState
163 private static class FixedRotationTransformStateLegacy extends FixedRotationTransformState {
470 ? new FixedRotationTransformState(info, displayFrames, config) in applyFixedRotationTransform()
483 final FixedRotationTransformState fixedRotationState = other.mFixedRotationTransformState; in linkFixedRotationTransform()
539 final FixedRotationTransformState state = mFixedRotationTransformState; in finishFixedRotationTransform()