Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/print/src/android/print/cts/
DPrintServicesTest.java212 private void setProgressAndStatus(final float progress, final CharSequence status) in setProgressAndStatus()
228 private void progress(float progress, CharSequence status) throws Throwable { in progress() method
/cts/tests/tests/os/src/android/os/image/cts/
DDynamicSystemClientTest.java43 public void onStatusChanged(int status, int cause, long progress, Throwable detail) { in onStatusChanged()
/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java245 int progress = 10; in testAccessMax() local
274 int progress = -5; in testAccessMin() local
DRemoteViewsTest.java355 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetProgressBar() local
518 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetBoolean() local
DProgressBarTest.java415 int progress = 10; in testAccessMax() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java132 private float seekBarProgressToFovDegrees(int progress) { in seekBarProgressToFovDegrees()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java277 StringBuilder progress = new StringBuilder(); in onReceive() local
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewSyncLoader.java165 public synchronized void onProgressChanged(int progress) { in onProgressChanged()