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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 53 public static final int INCLUDE_VIDEO = 2;
54 public static final int INCLUDE_ALL = INCLUDE_IMAGE | INCLUDE_VIDEO;
59 INCLUDE_LOCAL_ONLY | INCLUDE_VIDEO;
61 INCLUDE_LOCAL_ONLY | INCLUDE_IMAGE | INCLUDE_VIDEO;
136 case INCLUDE_VIDEO: return TOP_VIDEO_SET_PATH;
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 304 typeBits = DataManager.INCLUDE_VIDEO;
317 if ((typeBits & DataManager.INCLUDE_VIDEO) != 0) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumSetPage.java 422 if ((typeBits & DataManager.INCLUDE_VIDEO) != 0) {

Completed in 131 milliseconds