Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java667 intent.putExtra(FilterShowActivity.LAUNCH_FULLSCREEN, in launchTinyPlanet()
693 intent.putExtra(FilterShowActivity.LAUNCH_FULLSCREEN, in launchPhotoEditor()
715 intent.putExtra(FilterShowActivity.LAUNCH_FULLSCREEN, in launchSimpleEditor()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java141 public static final String LAUNCH_FULLSCREEN = "launch-fullscreen"; field in FilterShowActivity
495 if (intent.getBooleanExtra(LAUNCH_FULLSCREEN, false)) { in processIntent()