Searched refs:mFixedRotationTransformLeash (Results 1 – 1 of 1) sorted by relevance
103 private SurfaceControl mFixedRotationTransformLeash; field in WindowToken589 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()