Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/data/
DVideoDataQuery.java32 public static final int COL_HEIGHT = 7; field in VideoDataQuery
DPhotoDataQuery.java37 public static final int COL_HEIGHT = 8; field in PhotoDataQuery
DVideoDataFactory.java46 int height = c.getInt(VideoDataQuery.COL_HEIGHT); in fromCursor()
DPhotoDataFactory.java44 int height = c.getInt(PhotoDataQuery.COL_HEIGHT); in fromCursor()