Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java508 final FixedRotationTransformState fixedRotationState = other.mFixedRotationTransformState; in linkFixedRotationTransform() local
509 if (fixedRotationState == null || mFixedRotationTransformState == fixedRotationState) { in linkFixedRotationTransform()
515 mFixedRotationTransformState = fixedRotationState; in linkFixedRotationTransform()
516 fixedRotationState.mAssociatedTokens.add(this); in linkFixedRotationTransform()