android.os.MessageQueue
Low-level class holding the list of messages to be dispatched by a
Looper. Messages are not added directly to a MessageQueue,
but rather through MessageQueue.IdleHandler objects associated with the Looper.
You can retrieve the MessageQueue for the current thread with
Looper.myQueue().
Nested Classes
Summary
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Methods
public
final
void
removeIdleHandler(IdleHandler handler)