DefaultDisplayController
Production DisplayController backed by the recovered firmware APIs.
Functions
Link copied to clipboard
open suspend override fun acquireTransientMode(mode: TransientUpdateMode = TransientUpdateMode.ANIMATION_QUALITY): Result<RefreshModeToken>
Delegates transient-mode ownership to RefreshModeController.
Link copied to clipboard
open suspend override fun refresh(view: View, mode: EpdUpdateMode, scope: RefreshScope = RefreshScope.FullView, timeout: Duration = 2.seconds): Result<RefreshReceipt>
Delegates refresh dispatch to refreshAndAwait.