Searched refs:KEY_REPEAT (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DSlideshowPage.java51 public static final String KEY_REPEAT = "repeat"; field in class:SlideshowPage
205 boolean repeat = data.getBoolean(KEY_REPEAT);
213 boolean repeat = data.getBoolean(KEY_REPEAT);
H A DGalleryActivity.java156 data.putBoolean(SlideshowPage.KEY_REPEAT, true);
H A DAlbumPage.java610 data.putBoolean(SlideshowPage.KEY_REPEAT, true);
H A DPhotoPage.java1040 data.putBoolean(SlideshowPage.KEY_REPEAT, true);

Completed in 128 milliseconds