Searched refs:progress (Results 1 - 11 of 11) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
H A DAbsSeekBarTest.java179 int progress = 10;
180 myAbsSeekBar.setProgress(progress);
181 int max = progress + 1;
184 assertEquals(progress, myAbsSeekBar.getProgress());
187 max = progress - 1;
H A DRemoteViewsTest.java233 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress);
234 assertEquals(100, progress.getMax());
235 assertEquals(0, progress.getProgress());
237 assertFalse(progress.isIndeterminate());
241 // make the bar indeterminate will not affect max and progress
242 assertEquals(100, progress.getMax());
243 assertEquals(0, progress.getProgress());
244 assertTrue(progress.isIndeterminate());
248 assertEquals(60, progress.getMax());
249 assertEquals(50, progress
[all...]
H A DProgressBarTest.java289 int progress = 10;
290 progressBar.setProgress(progress);
293 int max = progress + 1;
296 assertEquals(progress, progressBar.getProgress());
298 max = progress - 1;
H A DSeekBarTest.java74 // while starting to track, the progress is changed also
123 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { argument
H A DRemoteViewsActivityTest.java66 assertTrue("ProgressBar not inflated", result.findViewById(R.id.progress) != null);
/cts/tests/tests/app/src/android/app/cts/
H A DProgressDialogTest.java102 * note: the progress bar's style only supports indeterminate mode,
198 * note: the progress bar's style only supports indeterminate mode,
199 * so can't change progress
213 * note: the progress bar's style only supports indeterminate mode,
214 * so can't change secondary progress
230 * note: the progress bar's style only supports indeterminate mode,
282 final ProgressBar progressBar = (ProgressBar) w.findViewById(android.R.id.progress);
301 mProgressBar = (ProgressBar) w.findViewById(android.R.id.progress);
/cts/tests/src/android/webkit/cts/
H A DWebViewOnUiThread.java69 * The progress, in percentage, of the page load. Valid values are between
149 * Called from the WebChrome client, this sets the current progress
151 * @param progress The progress made so far between 0 and 100.
153 synchronized public void onProgressChanged(int progress) { argument
154 mProgress = progress;
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/css/
H A Dbootstrap.css3869 @-webkit-keyframes progress-bar-stripes {
3877 @-moz-keyframes progress-bar-stripes {
3885 @-ms-keyframes progress-bar-stripes {
3893 @-o-keyframes progress-bar-stripes {
3901 @keyframes progress-bar-stripes {
3909 .progress {
3929 .progress .bar {
3958 .progress-striped .bar {
3971 .progress.active .bar {
3972 -webkit-animation: progress
[all...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
H A DGyroscopeTestActivity.java95 mProgressText = (TextView) findViewById(R.id.progress);
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/js/
H A Djquery.js1190 progress: progressList.add,
1201 deferred.done( doneCallbacks ).fail( failCallbacks ).progress( progressCallbacks );
1213 progress: [ fnProgress, "notify" ]
2039 // If the fx queue is dequeued, always remove the progress sentinel
2045 // Add a progress sentinel to prevent the fx queue from being
5629 "header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",
/cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
H A Dpdfjs.js431 // [,progress:Function, error:Function]
446 if ('progress' in params)
447 xhr.onprogress = params.progress || undefined;
1343 progress: function Promise_progress(data) {
1467 progress: function getPDFProgress(evt) {
1469 promise.progress({
16828 flexState = 2; // flex in progress
[all...]

Completed in 2320 milliseconds