Searched refs:artifactType (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/apps/Camera2/src/com/android/camera/burst/ |
H A D | BurstResultsSaver.java | 105 for (String artifactType : burstResult.getTypes()) { in saveBurstResultsInBackground() 106 publishProgress(artifactType); in saveBurstResultsInBackground() 107 saveArtifacts(stackSaver, burstResult, artifactType, in saveBurstResultsInBackground() 130 final String artifactType, SequentialTimestampGenerator timestampGenerator) { in saveArtifacts() argument 131 List<BurstArtifact> artifactList = burstResult.getArtifactsByType(artifactType); in saveArtifacts() 136 artifactType, artifactIndex + 1, index + 1, timestampGenerator); in saveArtifacts() 143 String artifactType, in saveBurstMediaItem() argument 152 artifactType, artifactIndex, index, mediaItem.getTimestamp()); in saveBurstMediaItem() 165 for (String artifactType : artifactTypes) { in logProgressUpdate() 167 burstResult.getArtifactsByType(artifactType); in logProgressUpdate() [all …]
|