Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java140 public static final String TINY_PLANET_ACTION = "com.android.camera.action.TINY_PLANET"; field in FilterShowActivity
876 if (mAction == TINY_PLANET_ACTION) { in onPostExecute()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java663 Intent intent = new Intent(FilterShowActivity.TINY_PLANET_ACTION); in launchTinyPlanet()