Home
last modified time | relevance | path

Searched refs:sizeInBytes (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/data/
DFilmstripItemData.java57 long sizeInBytes, in FilmstripItemData() argument
68 mSizeInBytes = sizeInBytes; in FilmstripItemData()
266 public Builder withSizeInBytes(long sizeInBytes) { in withSizeInBytes() argument
267 mSizeInBytes = sizeInBytes; in withSizeInBytes()
DVideoItemData.java33 Size dimensions, long sizeInBytes, int orientation, in VideoItemData() argument
36 sizeInBytes, orientation, location); in VideoItemData()
DVideoDataFactory.java67 long sizeInBytes = c.getLong(VideoDataQuery.COL_SIZE); in fromCursor() local
84 sizeInBytes, in fromCursor()
DPhotoDataFactory.java65 long sizeInBytes = c.getLong(PhotoDataQuery.COL_SIZE); in fromCursor() local
81 sizeInBytes, in fromCursor()