Searched refs:mAsyncRotationController (Results 1 – 1 of 1) sorted by relevance
627 private AsyncRotationController mAsyncRotationController; field in DisplayContent1952 return mAsyncRotationController; in getAsyncRotationController()2114 if (mAsyncRotationController == null) { in startAsyncRotation()2115 mAsyncRotationController = new AsyncRotationController(this); in startAsyncRotation()2116 mAsyncRotationController.start(); in startAsyncRotation()2124 final AsyncRotationController controller = mAsyncRotationController; in finishAsyncRotationIfPossible()2127 mAsyncRotationController = null; in finishAsyncRotationIfPossible()2133 final AsyncRotationController controller = mAsyncRotationController; in finishAsyncRotation()2135 mAsyncRotationController = null; in finishAsyncRotation()2141 final AsyncRotationController controller = mAsyncRotationController; in shouldSyncRotationChange()[all …]