Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataQuery.java31 public static final int COL_WIDTH = 6; field in VideoDataQuery
DPhotoDataQuery.java36 public static final int COL_WIDTH = 7; field in PhotoDataQuery
DVideoDataFactory.java45 int width = c.getInt(VideoDataQuery.COL_WIDTH); in fromCursor()
DPhotoDataFactory.java43 int width = c.getInt(PhotoDataQuery.COL_WIDTH); in fromCursor()