Searched defs:progress (Results 1 – 8 of 8) sorted by relevance
212 private void setProgressAndStatus(final float progress, final CharSequence status) in setProgressAndStatus()228 private void progress(float progress, CharSequence status) throws Throwable { in progress() method
43 public void onStatusChanged(int status, int cause, long progress, Throwable detail) { in onStatusChanged()
245 int progress = 10; in testAccessMax() local274 int progress = -5; in testAccessMin() local
355 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetProgressBar() local518 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetBoolean() local
415 int progress = 10; in testAccessMax() local
132 private float seekBarProgressToFovDegrees(int progress) { in seekBarProgressToFovDegrees()
277 StringBuilder progress = new StringBuilder(); in onReceive() local
165 public synchronized void onProgressChanged(int progress) { in onProgressChanged()