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

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowPage.java 51 public static final String KEY_REPEAT = "repeat";
205 boolean repeat = data.getBoolean(KEY_REPEAT);
213 boolean repeat = data.getBoolean(KEY_REPEAT);
GalleryActivity.java 156 data.putBoolean(SlideshowPage.KEY_REPEAT, true);
AlbumPage.java 610 data.putBoolean(SlideshowPage.KEY_REPEAT, true);
PhotoPage.java     [all...]

Completed in 365 milliseconds