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

/packages/apps/Camera2/src/com/android/camera/data/
H A DVideoItemData.java33 Size dimensions, long sizeInBytes, int orientation,
36 sizeInBytes, orientation, location);
31 VideoItemData(long contentId, String title, String mimeType, Date creationDate, Date lastModifiedDate, String filePath, Uri uri, Size dimensions, long sizeInBytes, int orientation, Location location, long videoDurationMillis) argument
H A DFilmstripItemData.java57 long sizeInBytes,
68 mSizeInBytes = sizeInBytes;
170 sb.append(",sizeInBytes:");
266 public Builder withSizeInBytes(long sizeInBytes) { argument
267 mSizeInBytes = sizeInBytes;
48 FilmstripItemData( long contentId, String title, String mimeType, Date creationDate, Date lastModifiedDate, String filePath, Uri uri, Size dimensions, long sizeInBytes, int orientation, Location location) argument

Completed in 64 milliseconds