Searched refs:COL_HEIGHT (Results 1 – 4 of 4) sorted by relevance
32 public static final int COL_HEIGHT = 7; field in VideoDataQuery
37 public static final int COL_HEIGHT = 8; field in PhotoDataQuery
46 int height = c.getInt(VideoDataQuery.COL_HEIGHT); in fromCursor()
44 int height = c.getInt(PhotoDataQuery.COL_HEIGHT); in fromCursor()