android.view
Class ViewRoot.RunQueue
java.lang.Object
android.view.ViewRoot.RunQueue
- Enclosing class:
- ViewRoot
static final class ViewRoot.RunQueue
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewRoot.RunQueue
ViewRoot.RunQueue()
post
void post(Runnable action)
postDelayed
void postDelayed(Runnable action,
long delayMillis)
removeCallbacks
void removeCallbacks(Runnable action)
executeActions
void executeActions(Handler handler)
Please submit a feedback, bug or feature