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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java157 public class WindowManagerService extends IWindowManager.Stub class in inherits:IWindowManager.Stub,Watchdog.Monitor,WindowManagerPolicy.WindowManagerFuncs,DisplayManagerService.WindowManagerFuncs,DisplayManager.DisplayListener
703 public static WindowManagerService main(final Context context,
708 final WindowManagerService[] holder = new WindowManagerService[1];
712 holder[0] = new WindowManagerService(context, pm, dm, im,
725 mPolicy.init(mContext, WindowManagerService.this, WindowManagerService.this);
733 private WindowManagerService(Context context, PowerManagerService pm, method in class:WindowManagerService

Completed in 24 milliseconds