Lines Matching full:setprogress
57 {@link android.support.v4.app.NotificationCompat.Builder#setProgress setProgress()}. The
64 {@link android.support.v4.app.NotificationCompat.Builder#setProgress
65 setProgress(max, progress, false)} and then issue the notification.
71 {@link android.support.v4.app.NotificationCompat.Builder#setProgress setProgress()}
79 {@link android.support.v4.app.NotificationCompat.Builder#setProgress
80 setProgress(0, 0, false)}. For example:
101 mBuilder.setProgress(100, incr, false);
116 .setProgress(0,0,false);
139 {@link android.support.v4.app.NotificationCompat.Builder#setProgress setProgress(0, 0, true)}
147 {@link android.support.v4.app.NotificationCompat.Builder#setProgress
148 setProgress(0, 0, false)} and then update the notification to remove the activity indicator.
158 mBuilder.setProgress(100, incr, false);
164 in the {@link android.support.v4.app.NotificationCompat.Builder#setProgress setProgress()}
170 mBuilder.setProgress(0, 0, true);