Searched refs:mAsyncRotationController (Results 1 – 1 of 1) sorted by relevance
607 private AsyncRotationController mAsyncRotationController; field in DisplayContent1995 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 …]