public class

SlideshowActivity

extends Activity
implements EventListener
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ com.android.mms.ui.SlideshowActivity

Class Overview

Plays the given slideshow in full-screen mode with a common controller.

Summary

[Expand]
Inherited Constants
From class android.app.Activity
From class android.content.Context
From interface android.content.ComponentCallbacks2
[Expand]
Inherited Fields
From class android.app.Activity
Public Constructors
SlideshowActivity()
Public Methods
void handleEvent(Event evt)
This method is called whenever an event occurs of the type for which the EventListener interface was registered.
void onCreate(Bundle icicle)
boolean onKeyDown(int keyCode, KeyEvent event)
boolean onTouchEvent(MotionEvent ev)
Protected Methods
void onPause()
void onStop()
[Expand]
Inherited Methods
From class android.app.Activity
From class android.view.ContextThemeWrapper
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2
From interface android.view.KeyEvent.Callback
From interface android.view.LayoutInflater.Factory
From interface android.view.LayoutInflater.Factory2
From interface android.view.View.OnCreateContextMenuListener
From interface android.view.Window.Callback
From interface org.w3c.dom.events.EventListener

Public Constructors

public SlideshowActivity ()

Public Methods

public void handleEvent (Event evt)

This method is called whenever an event occurs of the type for which the EventListener interface was registered.

Parameters
evt The Event contains contextual information about the event. It also contains the stopPropagation and preventDefault methods which are used in determining the event's flow and default action.

public void onCreate (Bundle icicle)

public boolean onKeyDown (int keyCode, KeyEvent event)

public boolean onTouchEvent (MotionEvent ev)

Protected Methods

protected void onPause ()

protected void onStop ()