Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DViewImage.java85 static final int MODE_SLIDESHOW = 2; field in ViewImage
386 setMode(MODE_SLIDESHOW); in onCreateOptionsMenu()
639 setMode(MODE_SLIDESHOW); in onCreate()
697 if (mode == MODE_SLIDESHOW) { in setMode()
914 b.putBoolean(STATE_SLIDESHOW, mMode == MODE_SLIDESHOW); in onSaveInstanceState()
943 if (mMode == MODE_SLIDESHOW) { in onStart()