Home | History | Annotate | Download | only in camera

Lines Matching refs:bookmark

109         final Integer bookmark = getBookmark();
110 if (bookmark != null) {
115 MenuHelper.formatDuration(context, bookmark)));
123 mVideoView.seekTo(bookmark);
151 Video.VideoColumns.BOOKMARK};
160 int bookmark = getCursorInteger(cursor, 1);
161 if ((bookmark < TWO_MINUTES)
163 || (bookmark > (duration - ONE_MINUTE))) {
166 return Integer.valueOf(bookmark);
190 private void setBookmark(int bookmark) {
196 values.put(Video.VideoColumns.BOOKMARK, Integer.toString(bookmark));
200 // Ignore, can happen if we try to set the bookmark on a read-only
203 // ignore. can happen if the content doesn't support a bookmark