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 50 public static final String KEY_REPEAT = "repeat";
197 boolean repeat = data.getBoolean(KEY_REPEAT);
205 boolean repeat = data.getBoolean(KEY_REPEAT);
Gallery.java 148 data.putBoolean(SlideshowPage.KEY_REPEAT, true);
AlbumPage.java 567 data.putBoolean(SlideshowPage.KEY_REPEAT, true);
PhotoPage.java 584 data.putBoolean(SlideshowPage.KEY_REPEAT, true);
    [all...]

Completed in 40 milliseconds