Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java103 private SurfaceControl mFixedRotationTransformLeash; field in WindowToken
589 if (rotation == Surface.ROTATION_0) return mFixedRotationTransformLeash; in getOrCreateFixedRotationLeash()
590 if (mFixedRotationTransformLeash != null) return mFixedRotationTransformLeash; in getOrCreateFixedRotationLeash()
602 mFixedRotationTransformLeash = leash; in getOrCreateFixedRotationLeash()
603 updateSurfaceRotation(t, rotation, mFixedRotationTransformLeash); in getOrCreateFixedRotationLeash()
604 return mFixedRotationTransformLeash; in getOrCreateFixedRotationLeash()
613 return mFixedRotationTransformLeash; in getFixedRotationLeash()
617 if (mFixedRotationTransformLeash == null) return; in removeFixedRotationLeash()
622 t.remove(mFixedRotationTransformLeash); in removeFixedRotationLeash()
623 mFixedRotationTransformLeash = null; in removeFixedRotationLeash()