Lines Matching full:indicator
15 <li><a href="#FixedProgress">Display a Fixed-duration progress Indicator</a></li>
16 <li><a href="#ActivityIndicator">Display a Continuing Activity Indicator</a></li>
43 Notifications can include an animated progress indicator that shows users the status
45 is complete at any time, use the "determinate" form of the indicator
47 "indeterminate" form of the indicator (an activity indicator).
54 To use a progress indicator, call
59 <h2 id="FixedProgress">Display a Fixed-duration Progress Indicator</h2>
97 // Sets the progress indicator to a max value, the
135 <h2 id="ActivityIndicator">Display a Continuing Activity Indicator</h2>
137 To display a continuing (indeterminate) activity indicator, add it to your notification with
140 declares that the indicator is indeterminate. The result is an indicator
147 setProgress(0, 0, false)} and then update the notification to remove the activity indicator.
155 // Sets the progress indicator to a max value, the current completion
168 // Sets an activity indicator for an operation of indeterminate length
174 The resulting indicator is shown in figure 2:
181 <p class="img-caption"><strong>Figure 2.</strong> An ongoing activity indicator.</p>