Android
android.view
public interface

android.view.IWindow

android.view.IWindow IInterface
Nested Classes
IWindow.Stub Local-side IPC implementation stub class. 
Known Indirect Subclasses

Summary

Public Methods

          void  dispatchAppVisibility(boolean visible)
          void  dispatchKey(KeyEvent event)
          void  dispatchPointer(MotionEvent event, long eventTime)
          void  dispatchTrackball(MotionEvent event, long eventTime)
          void  executeCommand(String command, String parameters, ParcelFileDescriptor descriptor)
Invoked by the view server to tell a window to execute the specified command.
          void  resized(int w, int h, boolean reportDraw)
          void  windowFocusChanged(boolean hasFocus, boolean inTouchMode)
Tell the window that it is either gaining or losing focus.
Methods inherited from interface android.os.IInterface

Details

Public Methods

public void dispatchAppVisibility(boolean visible)

public void dispatchKey(KeyEvent event)

public void dispatchPointer(MotionEvent event, long eventTime)

public void dispatchTrackball(MotionEvent event, long eventTime)

public void executeCommand(String command, String parameters, 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 resized(int w, int h, boolean reportDraw)

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.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56