Class HandlerActionQueue

java.lang.Object
icyllis.modernui.view.HandlerActionQueue

public class HandlerActionQueue extends Object
Class used to enqueue pending work from Views when no Window is attached.
  • Constructor Details

    • HandlerActionQueue

      public HandlerActionQueue()
  • Method Details

    • post

      public void post(Runnable action)
    • postDelayed

      public void postDelayed(Runnable action, long delayMillis)
    • removeCallbacks

      public void removeCallbacks(Runnable action)
    • executeActions

      public void executeActions(Handler handler)
    • size

      public int size()
    • getRunnable

      public Runnable getRunnable(int index)
    • getDelay

      public long getDelay(int index)