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

  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageManager.java 62 public static final int INCLUDE_IMAGES = (1 << 0);
  /packages/apps/Camera/src/com/android/camera/
ImageManager.java 123 public static final int INCLUDE_IMAGES = (1 << 0);
292 if ((inclusion & INCLUDE_IMAGES) != 0) {
300 if ((inclusion & INCLUDE_IMAGES) != 0) {
  /packages/apps/Gallery/src/com/android/camera/
ImageManager.java 128 public static final int INCLUDE_IMAGES = (1 << 0);
307 if ((inclusion & INCLUDE_IMAGES) != 0) {
315 if ((inclusion & INCLUDE_IMAGES) != 0) {
365 return makeImageList(cr, DataLocation.ALL, INCLUDE_IMAGES, sort,

Completed in 4192 milliseconds