Home
last modified time | relevance | path

Searched refs:notifyTaskProgress (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/session/
DSessionNotifier.java41 public void notifyTaskProgress(final Uri uri, final int progressPercent); in notifyTaskProgress() method
DCaptureSessionManagerImpl.java141 public void notifyTaskProgress(final Uri uri, final int progressPercent) { in notifyTaskProgress() method in CaptureSessionManagerImpl.SessionNotifierImpl
DCaptureSessionImpl.java155 mSessionNotifier.notifyTaskProgress(mUri, mProgressPercent); in setProgress()