Methods Summary |
---|
public void | closeSystemDialogs(java.lang.String reason)
|
public void | dispatchAppVisibility(boolean visible)
|
public void | dispatchDragEvent(android.view.DragEvent event)Drag/drop events
|
public void | dispatchGetNewSurface()
|
public void | dispatchSystemUiVisibilityChanged(int seq, int globalVisibility, int localValue, int localChanges)System chrome visibility changes
|
public void | dispatchWallpaperCommand(java.lang.String action, int x, int y, int z, android.os.Bundle extras, boolean sync)
|
public void | dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync)Called for wallpaper windows when their offsets change.
|
public void | dispatchWindowShown()Called for non-application windows when the enter animation has completed.
|
public void | doneAnimating()If the window manager returned RELAYOUT_RES_ANIMATING
from relayout(), this method will be called when the animation
is done.
|
public void | executeCommand(java.lang.String command, java.lang.String parameters, android.os.ParcelFileDescriptor descriptor)Invoked by the view server to tell a window to execute the specified
command. Any response from the receiver must be sent through the
specified file descriptor.
|
public void | moved(int newX, int newY)
|
public void | resized(android.graphics.Rect frame, android.graphics.Rect overscanInsets, android.graphics.Rect contentInsets, android.graphics.Rect visibleInsets, android.graphics.Rect stableInsets, boolean reportDraw, android.content.res.Configuration newConfig)
|
public void | windowFocusChanged(boolean hasFocus, boolean inTouchMode)Tell the window that it is either gaining or losing focus. Keep it up
to date on the current state showing navigational focus (touch mode) too.
|