Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java483 final FixedRotationTransformState fixedRotationState = other.mFixedRotationTransformState; in linkFixedRotationTransform() local
484 if (fixedRotationState == null || mFixedRotationTransformState == fixedRotationState) { in linkFixedRotationTransform()
490 mFixedRotationTransformState = fixedRotationState; in linkFixedRotationTransform()
491 fixedRotationState.mAssociatedTokens.add(this); in linkFixedRotationTransform()