Home
last modified time | relevance | path

Searched refs:mRestorePreviewCommand (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/burst/
DBurstTakerImpl.java41 private final Runnable mRestorePreviewCommand; field in BurstTakerImpl
77 mRestorePreviewCommand = restorePreviewCommand; in BurstTakerImpl()
91 mBurstLifetime, evictionHandler, burstController, mRestorePreviewCommand, in startBurst()
DBurstCaptureCommand.java63 private final Runnable mRestorePreviewCommand; field in BurstCaptureCommand
104 mRestorePreviewCommand = restorePreviewCommand; in BurstCaptureCommand()
177 mRestorePreviewCommand.run(); in run()