android.view
Class ViewRoot.W
java.lang.Object
android.os.Binder
android.view.IWindow.Stub
android.view.ViewRoot.W
- All Implemented Interfaces:
- IBinder, IInterface, IWindow
- Enclosing class:
- ViewRoot
static class ViewRoot.W
- extends IWindow.Stub
| Methods inherited from class android.os.Binder |
attachInterface, clearCallingIdentity, dump, finalize, flushPendingCommands, getCallingPid, getCallingUid, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath |
ViewRoot.W
public ViewRoot.W(ViewRoot viewRoot)
resized
public void resized(int w,
int h,
boolean reportDraw)
dispatchKey
public void dispatchKey(KeyEvent event)
dispatchPointer
public void dispatchPointer(MotionEvent event,
long eventTime)
dispatchTrackball
public void dispatchTrackball(MotionEvent event,
long eventTime)
dispatchAppVisibility
public void dispatchAppVisibility(boolean visible)
dispatchGetNewSurface
public void dispatchGetNewSurface()
windowFocusChanged
public void windowFocusChanged(boolean hasFocus,
boolean inTouchMode)
- Description copied from interface:
IWindow
- 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.
executeCommand
public void executeCommand(String command,
String parameters,
ParcelFileDescriptor out)
- Description copied from interface:
IWindow
- 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.
Please submit a feedback, bug or feature