Home | History | Annotate | Download | only in view

Lines Matching refs:delayMillis

5368      * @param delayMillis The delay (in milliseconds) until the Runnable
5378 public boolean postDelayed(Runnable action, long delayMillis) {
5384 ViewRoot.getRunQueue().postDelayed(action, delayMillis);
5388 return handler.postDelayed(action, delayMillis);