HomeSort by relevance Sort by last modified time
    Searched refs:COL_WIDTH (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera2/src/com/android/camera/data/
VideoDataQuery.java 31 public static final int COL_WIDTH = 6;
PhotoDataQuery.java 36 public static final int COL_WIDTH = 7;
PhotoDataFactory.java 43 int width = c.getInt(PhotoDataQuery.COL_WIDTH);
VideoDataFactory.java 45 int width = c.getInt(VideoDataQuery.COL_WIDTH);

Completed in 600 milliseconds