Home
last modified time | relevance | path

Searched refs:KEY_DREAM (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DSlideshowPage.java52 public static final String KEY_DREAM = "dream"; field in SlideshowPage
116 if (data.getBoolean(KEY_DREAM)) { in onCreate()
DGalleryActivity.java158 data.putBoolean(SlideshowPage.KEY_DREAM, true); in startViewAction()