Flutter Engine
The Flutter Engine
|
Static Public Member Functions | |
static Handler | createAsyncHandler (Looper looper) |
Compatability wrapper over Handler
.
Definition at line 14 of file HandlerCompat.java.
|
inlinestatic |
Create a new Handler whose posted messages and runnables are not subject to synchronization barriers such as display vsync.
Messages sent to an async handler are guaranteed to be ordered with respect to one another, but not necessarily with respect to messages from other Handlers. Compatibility behavior:
looper | the Looper that the new Handler should be bound to |
Definition at line 31 of file HandlerCompat.java.