Searched refs:progressView (Results 1 – 1 of 1) sorted by relevance
505 TextView progressView = (TextView) findViewById(R.id.its_progress); in onReceive() local506 progressView.setMovementMethod(new ScrollingMovementMethod()); in onReceive()507 progressView.setText(progress.toString()); in onReceive()