HomeSort by relevance Sort by last modified time
    Searched defs:INCLUDE_VIDEOS (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageManager.java 64 public static final int INCLUDE_VIDEOS = (1 << 2);
  /packages/apps/Camera/src/com/android/camera/
ImageManager.java 124 public static final int INCLUDE_VIDEOS = (1 << 2);
295 if ((inclusion & INCLUDE_VIDEOS) != 0) {
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 130 public static final int INCLUDE_VIDEOS = (1 << 2);
310 if ((inclusion & INCLUDE_VIDEOS) != 0) {
359 return makeImageList(cr, DataLocation.EXTERNAL, INCLUDE_VIDEOS,

Completed in 47 milliseconds