OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iwm
(Results
1 - 2
of
2
) sorted by null
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyRotationEvent.java
45
public int injectEvent(IWindowManager
iwm
, IActivityManager iam, int verbose) {
53
iwm
.freezeRotation(mRotationDegree);
55
iwm
.thawRotation();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java
196
IWindowManager
iwm
= new IWindowManagerImpl(getContext().getConfiguration(),
local
199
WindowManagerGlobal_Delegate.setWindowManagerService(
iwm
);
[
all
...]
Completed in 2873 milliseconds