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

  /packages/apps/Camera2/src/com/android/camera/burst/
BurstResult.java 36 public List<BurstArtifact> getArtifacts();
49 public List<BurstArtifact> getArtifactsByType(String type);
BurstArtifact.java 27 public interface BurstArtifact {
BurstResultsSaver.java 131 List<BurstArtifact> artifactList = burstResult.getArtifactsByType(artifactType);
166 List<BurstArtifact> artifacts =

Completed in 203 milliseconds