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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java272 public class WindowManagerService extends IWindowManager.Stub class in inherits:IWindowManager.Stub,Watchdog.Monitor,WindowManagerPolicy.WindowManagerFuncs
274 private static final String TAG = TAG_WITH_CLASS_NAME ? "WindowManagerService" : TAG_WM;
895 private static WindowManagerService sInstance;
896 static WindowManagerService getInstance() {
900 public static WindowManagerService main(final Context context, final InputManagerService im,
904 sInstance = new WindowManagerService(context, im, haveInputMethods, showBootMsgs,
914 mPolicy.init(mContext, WindowManagerService.this, WindowManagerService.this);
925 private WindowManagerService(Context context, InputManagerService inputManager, method in class:WindowManagerService
1078 * associated with the {@link WindowManagerService}
[all...]

Completed in 70 milliseconds