OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COL_HEIGHT
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera2/src/com/android/camera/data/
VideoDataQuery.java
32
public static final int
COL_HEIGHT
= 7;
PhotoDataQuery.java
37
public static final int
COL_HEIGHT
= 8;
PhotoDataFactory.java
44
int height = c.getInt(PhotoDataQuery.
COL_HEIGHT
);
VideoDataFactory.java
46
int height = c.getInt(VideoDataQuery.
COL_HEIGHT
);
Completed in 524 milliseconds