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
866 public static WindowManagerService main(final Context context,
870 final WindowManagerService[] holder = new WindowManagerService[1];
874 holder[0] = new WindowManagerService(context, im,
887 mPolicy.init(mContext, WindowManagerService.this, WindowManagerService.this);
892 private WindowManagerService(Context context, InputManagerService inputManager, method in class:WindowManagerService
11900 WindowManagerService.this);
11914 WindowManagerService
[all...]

Completed in 618 milliseconds