Package icyllis.modernui.view
Class HandlerActionQueue
java.lang.Object
icyllis.modernui.view.HandlerActionQueue
Class used to enqueue pending work from Views when no Window is attached.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecuteActions(Handler handler) longgetDelay(int index) getRunnable(int index) voidvoidpostDelayed(Runnable action, long delayMillis) voidremoveCallbacks(Runnable action) intsize()
-
Constructor Details
-
HandlerActionQueue
public HandlerActionQueue()
-
-
Method Details
-
post
-
postDelayed
-
removeCallbacks
-
executeActions
-
size
public int size() -
getRunnable
-
getDelay
public long getDelay(int index)
-