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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java172 public class WindowManagerService extends IWindowManager.Stub class in inherits:IWindowManager.Stub,Watchdog.Monitor,WindowManagerPolicy.WindowManagerFuncs,DisplayManagerService.WindowManagerFuncs,DisplayManager.DisplayListener
650 /** Params from WindowManagerService to WindowAnimator. Do not modify or read without first
758 public static WindowManagerService main(final Context context,
764 final WindowManagerService[] holder = new WindowManagerService[1];
768 holder[0] = new WindowManagerService(context, pm, dm, im,
781 mPolicy.init(mContext, WindowManagerService.this, WindowManagerService.this);
789 private WindowManagerService(Context context, PowerManagerService pm, method in class:WindowManagerService
9043 if (WindowManagerService
[all...]

Completed in 71 milliseconds