Home
last modified time | relevance | path

Searched refs:INCLUDE_VIDEO (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDataManager.java54 public static final int INCLUDE_VIDEO = 2; field in DataManager
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; in getTopSetPath()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DGalleryUtils.java364 typeBits = DataManager.INCLUDE_VIDEO; in determineTypeBits()
379 if ((typeBits & DataManager.INCLUDE_VIDEO) != 0) { in getSelectionModePrompt()