Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java1934 return mAsyncRotationController; in getAsyncRotationController()
2092 if (mAsyncRotationController == null) { in startAsyncRotation()
2094 mAsyncRotationController.start(); in startAsyncRotation()
2105 mAsyncRotationController = null; in finishAsyncRotationIfPossible()
2113 mAsyncRotationController = null; in finishAsyncRotation()
3482 if (mAsyncRotationController != null) { in requestChangeTransitionIfNeeded()
3513 if (mAsyncRotationController != null) { in setSeamlessTransitionForFixedRotation()
3648 if (mAsyncRotationController != null) { in dump()
3649 mAsyncRotationController.dump(pw, prefix); in dump()
4259 if (mAsyncRotationController != null) { in onShowImeRequested()
[all …]