Build m5-rc15

android.view
Interface IWindowManager

All Superinterfaces:
IInterface
All Known Implementing Classes:
IWindowManager.Stub, WindowManagerService

public interface IWindowManager
extends IInterface


Nested Class Summary
static class IWindowManager.Stub
           
 
Method Summary
 void addAppToken(IApplicationToken iapplicationtoken, IBinder ibinder, int i)
           
 void disableKeyguard(IBinder ibinder, String s)
           
 float getAnimationScale()
           
 int getOrientation()
           
 void injectPointerEvent(MotionEvent motionevent, boolean flag)
           
 void injectTrackballEvent(MotionEvent motionevent, boolean flag)
           
 boolean inKeyguardRestrictedInputMode()
           
 void moveAppToken(int i, IBinder ibinder)
           
 void moveAppTokensToBottom(List list, int i)
           
 void moveAppTokensToTop(List list, int i)
           
 IWindowSession openSession()
           
 void pauseKeyDispatching(IBinder ibinder)
           
 void reenableKeyguard(IBinder ibinder)
           
 void removeAppToken(IBinder ibinder, int i)
           
 void resumeKeyDispatching(IBinder ibinder)
           
 void setAnimationScale(float f)
           
 void setAppFreezingScreen(IBinder ibinder, boolean flag)
           
 void setAppStartingIcon(IBinder ibinder, String s, int i, CharSequence charsequence, int j, int k, IBinder ibinder1)
           
 void setAppVisibility(IBinder ibinder, boolean flag, int i)
           
 void setFocusedApp(IBinder ibinder, boolean flag)
           
 void setOrientation(int i)
           
 
Methods inherited from interface android.os.IInterface
asBinder
 

Method Detail

openSession

IWindowSession openSession()
                           throws DeadObjectException
Throws:
DeadObjectException

pauseKeyDispatching

void pauseKeyDispatching(IBinder ibinder)
                         throws DeadObjectException
Throws:
DeadObjectException

resumeKeyDispatching

void resumeKeyDispatching(IBinder ibinder)
                          throws DeadObjectException
Throws:
DeadObjectException

injectPointerEvent

void injectPointerEvent(MotionEvent motionevent,
                        boolean flag)
                        throws DeadObjectException
Throws:
DeadObjectException

injectTrackballEvent

void injectTrackballEvent(MotionEvent motionevent,
                          boolean flag)
                          throws DeadObjectException
Throws:
DeadObjectException

addAppToken

void addAppToken(IApplicationToken iapplicationtoken,
                 IBinder ibinder,
                 int i)
                 throws DeadObjectException
Throws:
DeadObjectException

setFocusedApp

void setFocusedApp(IBinder ibinder,
                   boolean flag)
                   throws DeadObjectException
Throws:
DeadObjectException

setAppStartingIcon

void setAppStartingIcon(IBinder ibinder,
                        String s,
                        int i,
                        CharSequence charsequence,
                        int j,
                        int k,
                        IBinder ibinder1)
                        throws DeadObjectException
Throws:
DeadObjectException

setAppVisibility

void setAppVisibility(IBinder ibinder,
                      boolean flag,
                      int i)
                      throws DeadObjectException
Throws:
DeadObjectException

setAppFreezingScreen

void setAppFreezingScreen(IBinder ibinder,
                          boolean flag)
                          throws DeadObjectException
Throws:
DeadObjectException

removeAppToken

void removeAppToken(IBinder ibinder,
                    int i)
                    throws DeadObjectException
Throws:
DeadObjectException

moveAppToken

void moveAppToken(int i,
                  IBinder ibinder)
                  throws DeadObjectException
Throws:
DeadObjectException

moveAppTokensToTop

void moveAppTokensToTop(List list,
                        int i)
                        throws DeadObjectException
Throws:
DeadObjectException

moveAppTokensToBottom

void moveAppTokensToBottom(List list,
                           int i)
                           throws DeadObjectException
Throws:
DeadObjectException

disableKeyguard

void disableKeyguard(IBinder ibinder,
                     String s)
                     throws DeadObjectException
Throws:
DeadObjectException

reenableKeyguard

void reenableKeyguard(IBinder ibinder)
                      throws DeadObjectException
Throws:
DeadObjectException

inKeyguardRestrictedInputMode

boolean inKeyguardRestrictedInputMode()
                                      throws DeadObjectException
Throws:
DeadObjectException

getAnimationScale

float getAnimationScale()
                        throws DeadObjectException
Throws:
DeadObjectException

setAnimationScale

void setAnimationScale(float f)
                       throws DeadObjectException
Throws:
DeadObjectException

setOrientation

void setOrientation(int i)
                    throws DeadObjectException
Throws:
DeadObjectException

getOrientation

int getOrientation()
                   throws DeadObjectException
Throws:
DeadObjectException

Build m5-rc15

Please submit a feedback, bug or feature