MCPcopy Create free account
hub / github.com/chislon/Launcher3 / DeferredHandler

Class DeferredHandler

src/com/android/launcher3/DeferredHandler.java:34–145  ·  view source on GitHub ↗

Queue of things to run on a looper thread. Items posted with #post will not be actually enqued on the handler until after the last one has run, to keep from starving the thread. This class is fifo.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected