Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java607 private AsyncRotationController mAsyncRotationController; field in DisplayContent
1995 return mAsyncRotationController; in getAsyncRotationController()
2153 if (mAsyncRotationController == null) { in startAsyncRotation()
2154 mAsyncRotationController = new AsyncRotationController(this); in startAsyncRotation()
2155 mAsyncRotationController.start(); in startAsyncRotation()
2163 final AsyncRotationController controller = mAsyncRotationController; in finishAsyncRotationIfPossible()
2166 mAsyncRotationController = null; in finishAsyncRotationIfPossible()
2172 final AsyncRotationController controller = mAsyncRotationController; in finishAsyncRotation()
2174 mAsyncRotationController = null; in finishAsyncRotation()
3539 } else if (mAsyncRotationController != null && !isRotationChanging()) { in collectDisplayChange()
[all …]