|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWindow
API back to a client window that the Window Manager uses to inform it of interesting things happening.
| Nested Class Summary | |
|---|---|
static class |
IWindow.Stub
Local-side IPC implementation stub class. |
| Method Summary | |
|---|---|
void |
dispatchAppVisibility(boolean visible)
|
void |
dispatchGetNewSurface()
|
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 |
|---|
asBinder |
| Method Detail |
|---|
void executeCommand(String command,
String parameters,
ParcelFileDescriptor descriptor)
throws RemoteException
RemoteException
void resized(int w,
int h,
boolean reportDraw)
throws RemoteException
RemoteException
void dispatchKey(KeyEvent event)
throws RemoteException
RemoteException
void dispatchPointer(MotionEvent event,
long eventTime)
throws RemoteException
RemoteException
void dispatchTrackball(MotionEvent event,
long eventTime)
throws RemoteException
RemoteException
void dispatchAppVisibility(boolean visible)
throws RemoteException
RemoteException
void dispatchGetNewSurface()
throws RemoteException
RemoteException
void windowFocusChanged(boolean hasFocus,
boolean inTouchMode)
throws RemoteException
RemoteException
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||