/cts/tests/tests/widget/src/android/widget/cts/ |
D | ProgressBarTest.java | 294 int progress = 10; in testAccessMax() local 295 progressBar.setProgress(progress); in testAccessMax() 298 int max = progress + 1; in testAccessMax() 301 assertEquals(progress, progressBar.getProgress()); in testAccessMax() 303 max = progress - 1; in testAccessMax() 342 MockDrawable progress = new MockDrawable(); in testProgressTint() local 345 view.setProgressDrawable(progress); in testProgressTint() 346 assertFalse("No progress tint applied by default", progress.hasCalledSetTint()); in testProgressTint() 350 progress.hasCalledSetTint()); in testProgressTint() 354 progress.hasCalledSetTint()); in testProgressTint() [all …]
|
D | AbsSeekBarTest.java | 189 int progress = 10; in testSetMax() local 190 myAbsSeekBar.setProgress(progress); in testSetMax() 191 int max = progress + 1; in testSetMax() 194 assertEquals(progress, myAbsSeekBar.getProgress()); in testSetMax() 197 max = progress - 1; in testSetMax()
|
D | RemoteViewsTest.java | 266 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetProgressBar() local 267 assertEquals(100, progress.getMax()); in testSetProgressBar() 268 assertEquals(0, progress.getProgress()); in testSetProgressBar() 270 assertFalse(progress.isIndeterminate()); in testSetProgressBar() 275 assertEquals(100, progress.getMax()); in testSetProgressBar() 276 assertEquals(0, progress.getProgress()); in testSetProgressBar() 277 assertTrue(progress.isIndeterminate()); in testSetProgressBar() 281 assertEquals(60, progress.getMax()); in testSetProgressBar() 282 assertEquals(50, progress.getProgress()); in testSetProgressBar() 283 assertFalse(progress.isIndeterminate()); in testSetProgressBar() [all …]
|
D | SeekBarTest.java | 123 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { in onProgressChanged() argument
|
D | RemoteViewsActivityTest.java | 67 assertTrue("ProgressBar not inflated", result.findViewById(R.id.progress) != null); in testGood()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
D | DetermineFovActivity.java | 109 SeekBar seekBar, int progress, boolean fromUser) { in onCreate() 110 mFovDegrees = seekBarProgressToFovDegrees(progress); in onCreate() 132 private float seekBarProgressToFovDegrees(int progress) { in seekBarProgressToFovDegrees() argument 133 float degrees = mFovMinDegrees + (float) progress / SEEKBAR_MAX_VALUE in seekBarProgressToFovDegrees()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioLoopbackActivity.java | 126 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser) { in onCreate() 130 progress, 0); in onCreate() 132 Log.i(TAG,"Changed stream volume to: " + progress); in onCreate()
|
/cts/tests/tests/app/src/android/app/cts/ |
D | ProgressDialogTest.java | 281 ProgressBar progressBar = (ProgressBar) w.findViewById(android.R.id.progress); in testSetProgressDrawable() 296 mProgressBar = (ProgressBar) w.findViewById(android.R.id.progress); in testSetIndeterminateDrawable()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/css/ |
D | bootstrap.css | 3869 @-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-bar-stripes 2s linear infinite; [all …]
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | GyroscopeTestActivity.java | 85 mProgressText = (TextView) findViewById(R.id.progress); in onCreate()
|
/cts/libs/deviceutillegacy/src/android/webkit/cts/ |
D | WebViewOnUiThread.java | 164 synchronized public void onProgressChanged(int progress) { in onProgressChanged() argument 165 mProgress = progress; in onProgressChanged()
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/js/ |
D | jquery.js | 1190 progress: progressList.add, property 1201 deferred.done( doneCallbacks ).fail( failCallbacks ).progress( progressCallbacks ); 1213 progress: [ fnProgress, "notify" ] property
|
/cts/tools/dex-tools/dex/ |
D | classes0.out.dex | 4174 public abstract boolean progress()
|