public final class

QuickContactActivity

extends Activity
implements QuickContactWindow.OnDismissListener
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.view.ContextThemeWrapper
         ↳ android.app.Activity
           ↳ com.android.contacts.ui.QuickContactActivity

Class Overview

Stub translucent activity that just shows QuickContactWindow floating above the caller. This temporary hack should eventually be replaced with direct framework support.

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
QuickContactActivity()
Public Methods
void onBackPressed()
void onDismiss(QuickContactWindow dialog)
void onNewIntent(Intent intent)
Protected Methods
void onCreate(Bundle icicle)
void onDestroy()
void onPause()
[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 com.android.contacts.ui.QuickContactWindow.OnDismissListener

Public Constructors

public QuickContactActivity ()

Public Methods

public void onBackPressed ()

public void onDismiss (QuickContactWindow dialog)

public void onNewIntent (Intent intent)

Protected Methods

protected void onCreate (Bundle icicle)

protected void onDestroy ()

protected void onPause ()