Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/session/
DSessionNotifier.java50 public void notifySessionCaptureIndicatorAvailable(final Bitmap indicator, in notifySessionCaptureIndicatorAvailable() method
DCaptureSessionManagerImpl.java199 public void notifySessionCaptureIndicatorAvailable(final Bitmap indicator, final int in notifySessionCaptureIndicatorAvailable() method in CaptureSessionManagerImpl.SessionNotifierImpl
DCaptureSessionImpl.java460 mSessionNotifier.notifySessionCaptureIndicatorAvailable(indicator, rotationDegrees); in onCaptureIndicatorUpdate()