Home | History | Annotate | Download | only in ui

Lines Matching defs:showProgress

633         final Runnable showProgress = new Runnable() {
640 handler.postDelayed(showProgress, 1000);
665 handler.removeCallbacks(showProgress);