Searched defs:WindowManagerService (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java189 public class WindowManagerService extends IWindowManager.Stub class in inherits:IWindowManager.Stub,Watchdog.Monitor,WindowManagerPolicy.WindowManagerFuncs
865 public static WindowManagerService main(final Context context,
869 final WindowManagerService[] holder = new WindowManagerService[1];
873 holder[0] = new WindowManagerService(context, im,
886 mPolicy.init(mContext, WindowManagerService.this, WindowManagerService.this);
891 private WindowManagerService(Context context, InputManagerService inputManager, method in class:WindowManagerService
11897 WindowManagerService.this);
11911 WindowManagerService
[all...]

Completed in 78 milliseconds