Home
last modified time | relevance | path

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

/cts/tests/tests/print/src/android/print/cts/
DPrintServicesTest.java225 private void setProgressAndStatus(final float progress, final CharSequence status) in setProgressAndStatus()
241 private void progress(float progress, CharSequence status) throws Throwable { in progress() argument
/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java243 int progress = 10; in testAccessMax() local
272 int progress = -5; in testAccessMin() local
DProgressBarTest.java399 int progress = 10; in testAccessMax() local
DRemoteViewsTest.java354 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetProgressBar() local
517 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetBoolean() local
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewOnUiThread.java202 synchronized public void onProgressChanged(int progress) { in onProgressChanged()
/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.java268 StringBuilder progress = new StringBuilder(); in onReceive() local