Searched refs:progress (Results 1 – 12 of 12) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/ |
D | CalibrateVolumeActivity.java | 125 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()
|
D | AudioQualityVerifierActivity.java | 116 mProgress = (ProgressBar) findViewById(R.id.progress); in onCreate()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | AbsSeekBarTest.java | 252 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()
|
D | RemoteViewsTest.java | 300 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 …]
|
D | ProgressBarTest.java | 425 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()
|
D | RemoteViewsActivityTest.java | 66 assertTrue("ProgressBar not inflated", result.findViewById(R.id.progress) != null); in testGood()
|
D | SeekBarTest.java | 150 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged() argument
|
/cts/tests/tests/app/src/android/app/cts/ |
D | ProgressDialogTest.java | 402 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/ |
D | GyroscopeTestActivity.java | 95 mProgressText = (TextView) findViewById(R.id.progress); in onCreate()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebViewTest.java | 2971 public void onProgressChanged(WebView webView, int progress) { 2972 super.onProgressChanged(webView, progress); 2973 if (progress == 100) {
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 934 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
|
D | classes0.out.dex | 4174 public abstract boolean progress()
|