Searched defs:progress (Results 1 – 7 of 7) sorted by relevance
225 private void setProgressAndStatus(final float progress, final CharSequence status) in setProgressAndStatus()241 private void progress(float progress, CharSequence status) throws Throwable { in progress() argument
243 int progress = 10; in testAccessMax() local272 int progress = -5; in testAccessMin() local
399 int progress = 10; in testAccessMax() local
354 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetProgressBar() local517 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetBoolean() local
202 synchronized public void onProgressChanged(int progress) { in onProgressChanged()
132 private float seekBarProgressToFovDegrees(int progress) { in seekBarProgressToFovDegrees()
268 StringBuilder progress = new StringBuilder(); in onReceive() local