HomeSort by relevance Sort by last modified time
    Searched refs:BurstResult (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera2/src/com/android/camera/burst/
BurstResultsListener.java 31 * @param burstResult the result of the captured burst.
33 public void onBurstCompleted(BurstResult burstResult);
52 // in the BurstResult.
BurstResult.java 23 * A BurstResult consists of a series of BurstArtifacts. Artifacts store their
32 public interface BurstResult {
BurstResultsSaver.java 82 * @param burstResult the result of the burst.
84 public static void saveBurstResultsInBackground(final BurstResult burstResult,
98 // burstResult.getTypes() and the media items inside the
105 for (String artifactType : burstResult.getTypes()) {
107 saveArtifacts(stackSaver, burstResult, artifactType,
120 logProgressUpdate(artifactTypes, burstResult);
129 private static void saveArtifacts(final StackSaver stackSaver, final BurstResult burstResult,
131 List<BurstArtifact> artifactList = burstResult.getArtifactsByType(artifactType)
    [all...]
BurstFacadeImpl.java 83 public void onBurstCompleted(BurstResult burstResult) {
84 BurstResultsSaver.saveBurstResultsInBackground(burstResult, mActiveStackSaver,

Completed in 79 milliseconds