FileDocCategorySizeDatePackage
Dialog.javaAPI DocAndroid 5.1 API8999Sat Mar 14 14:09:38 GMT 2015android.app

Dialog

public class Dialog extends Object implements android.view.KeyEvent.Callback, android.view.Window.Callback, android.view.View.OnCreateContextMenuListener, android.content.DialogInterface

Fields Summary
Constructors Summary
public Dialog(android.content.Context context)

 throw new RuntimeException("Stub!"); 
public Dialog(android.content.Context context, int theme)

 throw new RuntimeException("Stub!"); 
protected Dialog(android.content.Context context, boolean cancelable, android.content.DialogInterface.OnCancelListener cancelListener)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidaddContentView(android.view.View view, android.view.ViewGroup.LayoutParams params)

 throw new RuntimeException("Stub!"); 
public voidcancel()

 throw new RuntimeException("Stub!"); 
public voidcloseOptionsMenu()

 throw new RuntimeException("Stub!"); 
public voidcreate()

 throw new RuntimeException("Stub!"); 
public voiddismiss()

 throw new RuntimeException("Stub!"); 
public booleandispatchGenericMotionEvent(android.view.MotionEvent ev)

 throw new RuntimeException("Stub!"); 
public booleandispatchKeyEvent(android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleandispatchKeyShortcutEvent(android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleandispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public booleandispatchTouchEvent(android.view.MotionEvent ev)

 throw new RuntimeException("Stub!"); 
public booleandispatchTrackballEvent(android.view.MotionEvent ev)

 throw new RuntimeException("Stub!"); 
public android.view.ViewfindViewById(int id)

 throw new RuntimeException("Stub!"); 
public android.app.ActionBargetActionBar()

 throw new RuntimeException("Stub!"); 
public final android.content.ContextgetContext()

 throw new RuntimeException("Stub!"); 
public android.view.ViewgetCurrentFocus()

 throw new RuntimeException("Stub!"); 
public android.view.LayoutInflatergetLayoutInflater()

 throw new RuntimeException("Stub!"); 
public final android.app.ActivitygetOwnerActivity()

 throw new RuntimeException("Stub!"); 
public final intgetVolumeControlStream()

 throw new RuntimeException("Stub!"); 
public android.view.WindowgetWindow()

 throw new RuntimeException("Stub!"); 
public voidhide()

 throw new RuntimeException("Stub!"); 
public voidinvalidateOptionsMenu()

 throw new RuntimeException("Stub!"); 
public booleanisShowing()

 throw new RuntimeException("Stub!"); 
public voidonActionModeFinished(android.view.ActionMode mode)

 throw new RuntimeException("Stub!"); 
public voidonActionModeStarted(android.view.ActionMode mode)

 throw new RuntimeException("Stub!"); 
public voidonAttachedToWindow()

 throw new RuntimeException("Stub!"); 
public voidonBackPressed()

 throw new RuntimeException("Stub!"); 
public voidonContentChanged()

 throw new RuntimeException("Stub!"); 
public booleanonContextItemSelected(android.view.MenuItem item)

 throw new RuntimeException("Stub!"); 
public voidonContextMenuClosed(android.view.Menu menu)

 throw new RuntimeException("Stub!"); 
protected voidonCreate(android.os.Bundle savedInstanceState)

 throw new RuntimeException("Stub!"); 
public voidonCreateContextMenu(android.view.ContextMenu menu, android.view.View v, android.view.ContextMenu.ContextMenuInfo menuInfo)

 throw new RuntimeException("Stub!"); 
public booleanonCreateOptionsMenu(android.view.Menu menu)

 throw new RuntimeException("Stub!"); 
public booleanonCreatePanelMenu(int featureId, android.view.Menu menu)

 throw new RuntimeException("Stub!"); 
public android.view.ViewonCreatePanelView(int featureId)

 throw new RuntimeException("Stub!"); 
public voidonDetachedFromWindow()

 throw new RuntimeException("Stub!"); 
public booleanonGenericMotionEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyDown(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyLongPress(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyMultiple(int keyCode, int repeatCount, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyShortcut(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyUp(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonMenuItemSelected(int featureId, android.view.MenuItem item)

 throw new RuntimeException("Stub!"); 
public booleanonMenuOpened(int featureId, android.view.Menu menu)

 throw new RuntimeException("Stub!"); 
public booleanonOptionsItemSelected(android.view.MenuItem item)

 throw new RuntimeException("Stub!"); 
public voidonOptionsMenuClosed(android.view.Menu menu)

 throw new RuntimeException("Stub!"); 
public voidonPanelClosed(int featureId, android.view.Menu menu)

 throw new RuntimeException("Stub!"); 
public booleanonPrepareOptionsMenu(android.view.Menu menu)

 throw new RuntimeException("Stub!"); 
public booleanonPreparePanel(int featureId, android.view.View view, android.view.Menu menu)

 throw new RuntimeException("Stub!"); 
public voidonRestoreInstanceState(android.os.Bundle savedInstanceState)

 throw new RuntimeException("Stub!"); 
public android.os.BundleonSaveInstanceState()

 throw new RuntimeException("Stub!"); 
public booleanonSearchRequested()

 throw new RuntimeException("Stub!"); 
protected voidonStart()

 throw new RuntimeException("Stub!"); 
protected voidonStop()

 throw new RuntimeException("Stub!"); 
public booleanonTouchEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonTrackballEvent(android.view.MotionEvent event)

 throw new RuntimeException("Stub!"); 
public voidonWindowAttributesChanged(android.view.WindowManager.LayoutParams params)

 throw new RuntimeException("Stub!"); 
public voidonWindowFocusChanged(boolean hasFocus)

 throw new RuntimeException("Stub!"); 
public android.view.ActionModeonWindowStartingActionMode(android.view.ActionMode.Callback callback)

 throw new RuntimeException("Stub!"); 
public voidopenContextMenu(android.view.View view)

 throw new RuntimeException("Stub!"); 
public voidopenOptionsMenu()

 throw new RuntimeException("Stub!"); 
public voidregisterForContextMenu(android.view.View view)

 throw new RuntimeException("Stub!"); 
public final booleanrequestWindowFeature(int featureId)

 throw new RuntimeException("Stub!"); 
public voidsetCancelMessage(android.os.Message msg)

 throw new RuntimeException("Stub!"); 
public voidsetCancelable(boolean flag)

 throw new RuntimeException("Stub!"); 
public voidsetCanceledOnTouchOutside(boolean cancel)

 throw new RuntimeException("Stub!"); 
public voidsetContentView(int layoutResID)

 throw new RuntimeException("Stub!"); 
public voidsetContentView(android.view.View view)

 throw new RuntimeException("Stub!"); 
public voidsetContentView(android.view.View view, android.view.ViewGroup.LayoutParams params)

 throw new RuntimeException("Stub!"); 
public voidsetDismissMessage(android.os.Message msg)

 throw new RuntimeException("Stub!"); 
public final voidsetFeatureDrawable(int featureId, android.graphics.drawable.Drawable drawable)

 throw new RuntimeException("Stub!"); 
public final voidsetFeatureDrawableAlpha(int featureId, int alpha)

 throw new RuntimeException("Stub!"); 
public final voidsetFeatureDrawableResource(int featureId, int resId)

 throw new RuntimeException("Stub!"); 
public final voidsetFeatureDrawableUri(int featureId, android.net.Uri uri)

 throw new RuntimeException("Stub!"); 
public voidsetOnCancelListener(android.content.DialogInterface.OnCancelListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetOnDismissListener(android.content.DialogInterface.OnDismissListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetOnKeyListener(android.content.DialogInterface.OnKeyListener onKeyListener)

 throw new RuntimeException("Stub!"); 
public voidsetOnShowListener(android.content.DialogInterface.OnShowListener listener)

 throw new RuntimeException("Stub!"); 
public final voidsetOwnerActivity(android.app.Activity activity)

 throw new RuntimeException("Stub!"); 
public voidsetTitle(java.lang.CharSequence title)

 throw new RuntimeException("Stub!"); 
public voidsetTitle(int titleId)

 throw new RuntimeException("Stub!"); 
public final voidsetVolumeControlStream(int streamType)

 throw new RuntimeException("Stub!"); 
public voidshow()

 throw new RuntimeException("Stub!"); 
public voidtakeKeyEvents(boolean get)

 throw new RuntimeException("Stub!"); 
public voidunregisterForContextMenu(android.view.View view)

 throw new RuntimeException("Stub!");