FileDocCategorySizeDatePackage
DreamService.javaAPI DocAndroid 5.1 API4565Sat Mar 14 14:09:40 GMT 2015android.service.dreams

DreamService

public class DreamService extends android.app.Service implements android.view.Window.Callback

Fields Summary
public static final String
DREAM_META_DATA
public static final String
SERVICE_INTERFACE
Constructors Summary
public DreamService()

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

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

 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 event)

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

 throw new RuntimeException("Stub!"); 
protected voiddump(java.io.FileDescriptor fd, java.io.PrintWriter pw, java.lang.String[] args)

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

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

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

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

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

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

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

 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 final android.os.IBinderonBind(android.content.Intent intent)

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

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

 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 voidonDestroy()

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

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

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

 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 voidonPanelClosed(int featureId, 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 booleanonSearchRequested()

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

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

 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 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 voidsetFullscreen(boolean fullscreen)

 throw new RuntimeException("Stub!"); 
public voidsetInteractive(boolean interactive)

 throw new RuntimeException("Stub!"); 
public voidsetScreenBright(boolean screenBright)

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

 throw new RuntimeException("Stub!");