Searched defs:burstResult (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/burst/
H A DBurstResultsListener.java31 * @param burstResult the result of the captured burst.
33 public void onBurstCompleted(BurstResult burstResult); argument
H A DBurstResultsSaver.java82 * @param burstResult the result of the burst.
84 public static void saveBurstResultsInBackground(final BurstResult burstResult, argument
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, argument
131 List<BurstArtifact> artifactList = burstResult.getArtifactsByType(artifactType);
164 private static void logProgressUpdate(String[] artifactTypes, BurstResult burstResult) { argument
167 burstResult
[all...]

Completed in 45 milliseconds