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

/packages/apps/Camera2/src/com/android/camera/session/
H A DPlaceholderManager.java85 public Placeholder insertPlaceholder(String title, Bitmap placeholder, long timestamp) { method in class:PlaceholderManager
87 throw new IllegalArgumentException("Null argument passed to insertPlaceholder");
101 public Placeholder insertPlaceholder(String title, byte[] placeholder, long timestamp) { method in class:PlaceholderManager
103 throw new IllegalArgumentException("Null argument passed to insertPlaceholder");
108 return insertPlaceholder(title, bitmap, timestamp);

Completed in 49 milliseconds