Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 12 of 12) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
DCalibrateVolumeActivity.java125 int progress = (max / 2 * rms) / Math.round(TARGET_RMS); in handleMessage() local
126 if (progress > max) progress = max; in handleMessage()
127 mSlider.setProgress(progress); in handleMessage()
DAudioQualityVerifierActivity.java116 mProgress = (ProgressBar) findViewById(R.id.progress); in onCreate()
/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java252 int progress = 10; in testSetMax() local
253 myAbsSeekBar.setProgress(progress); in testSetMax()
254 int max = progress + 1; in testSetMax()
257 assertEquals(progress, myAbsSeekBar.getProgress()); in testSetMax()
260 max = progress - 1; in testSetMax()
DRemoteViewsTest.java300 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetProgressBar() local
301 assertEquals(100, progress.getMax()); in testSetProgressBar()
302 assertEquals(0, progress.getProgress()); in testSetProgressBar()
304 assertFalse(progress.isIndeterminate()); in testSetProgressBar()
309 assertEquals(100, progress.getMax()); in testSetProgressBar()
310 assertEquals(0, progress.getProgress()); in testSetProgressBar()
311 assertTrue(progress.isIndeterminate()); in testSetProgressBar()
315 assertEquals(60, progress.getMax()); in testSetProgressBar()
316 assertEquals(50, progress.getProgress()); in testSetProgressBar()
317 assertFalse(progress.isIndeterminate()); in testSetProgressBar()
[all …]
DProgressBarTest.java425 int progress = 10; in testAccessMax() local
426 progressBar.setProgress(progress); in testAccessMax()
429 int max = progress + 1; in testAccessMax()
432 assertEquals(progress, progressBar.getProgress()); in testAccessMax()
434 max = progress - 1; in testAccessMax()
DRemoteViewsActivityTest.java66 assertTrue("ProgressBar not inflated", result.findViewById(R.id.progress) != null); in testGood()
DSeekBarTest.java150 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged() argument
/cts/tests/tests/app/src/android/app/cts/
DProgressDialogTest.java402 final ProgressBar progressBar = (ProgressBar) w.findViewById(android.R.id.progress); in testSetProgressDrawable()
426 mProgressBar = (ProgressBar) w.findViewById(android.R.id.progress); in testSetIndeterminateDrawable()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DGyroscopeTestActivity.java95 mProgressText = (TextView) findViewById(R.id.progress); in onCreate()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java2971 public void onProgressChanged(WebView webView, int progress) {
2972 super.onProgressChanged(webView, progress);
2973 if (progress == 100) {
/cts/tools/dex-tools/dex/
Dclasses.out.dex934 public static final int progress
1790 public static final int progress
105982 int progress
110182 public static final int progress
111463 public static final int progress
112572 public static final int progress
Dclasses0.out.dex4174 public abstract boolean progress()