Searched defs:progress (Results 1 – 13 of 13) sorted by relevance
207 private void setProgressAndStatus(final float progress, final CharSequence status) in setProgressAndStatus()223 private void progress(float progress, CharSequence status) throws Throwable { in progress() method
52 public void onStatusChanged(int status, int cause, long progress, Throwable detail) { in onStatusChanged()
129 final float progress = activity.getLoadingProgress(); in checkLoadingProgress() local184 @NonNull UserHandle user, float progress) { in onPackageLoadingProgressChanged()
245 int progress = 10; in testAccessMax() local274 int progress = -5; in testAccessMin() local
418 int progress = 10; in testAccessMax() local
416 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetProgressBar() local637 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetBoolean() local
207 final float progress = 0.5f; in constructsEvent() local
156 private float seekBarProgressToFovDegrees(int progress) { in seekBarProgressToFovDegrees()
313 public synchronized void onProgress(float progress) { in onProgress()
162 public synchronized void onProgressChanged(int progress) { in onProgressChanged()
124 public void onProgressChanged(int sessionId, float progress) { in onProgressChanged()
351 StringBuilder progress = new StringBuilder(); in onReceive() local
1400 CaptureRequest request, int progress) { in onCaptureProcessProgressed()