Searched refs:getCursorInteger (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
H A DMovieViewControl.java159 int duration = getCursorInteger(cursor, 0);
160 int bookmark = getCursorInteger(cursor, 1);
179 private static int getCursorInteger(Cursor cursor, int index) { method in class:MovieViewControl

Completed in 86 milliseconds