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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 54 public static final int INCLUDE_VIDEO = 2;
55 public static final int INCLUDE_ALL = INCLUDE_IMAGE | INCLUDE_VIDEO;
60 INCLUDE_LOCAL_ONLY | INCLUDE_VIDEO;
62 INCLUDE_LOCAL_ONLY | INCLUDE_IMAGE | INCLUDE_VIDEO;
140 case INCLUDE_VIDEO: return TOP_VIDEO_SET_PATH;
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 359 typeBits = DataManager.INCLUDE_VIDEO;
374 if ((typeBits & DataManager.INCLUDE_VIDEO) != 0) {

Completed in 81 milliseconds