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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoPage.java 113 public static final String KEY_IN_CAMERA_ROLL = "in_camera_roll";
418 boolean inCameraRoll = data.getBoolean(KEY_IN_CAMERA_ROLL, false);
    [all...]
AlbumPage.java 305 data.putBoolean(PhotoPage.KEY_IN_CAMERA_ROLL, mMediaSet.isCameraRoll());
AlbumSetPage.java 276 data.putBoolean(PhotoPage.KEY_IN_CAMERA_ROLL, targetSet.isCameraRoll());

Completed in 1618 milliseconds