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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
executeActions
(Handler handler) long
getDelay
(int index) getRunnable
(int index) void
void
postDelayed
(Runnable action, long delayMillis) void
removeCallbacks
(Runnable action) int
size()
-
Constructor Details
-
HandlerActionQueue
public HandlerActionQueue()
-
-
Method Details
-
post
-
postDelayed
-
removeCallbacks
-
executeActions
-
size
public int size() -
getRunnable
-
getDelay
public long getDelay(int index)
-