Searched defs:sizeInBytes (Results 1 – 4 of 4) sorted by relevance
33 Size dimensions, long sizeInBytes, int orientation, in VideoItemData()
67 long sizeInBytes = c.getLong(VideoDataQuery.COL_SIZE); in fromCursor() local
65 long sizeInBytes = c.getLong(PhotoDataQuery.COL_SIZE); in fromCursor() local
57 long sizeInBytes, in FilmstripItemData()266 public Builder withSizeInBytes(long sizeInBytes) { in withSizeInBytes()