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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java251 public class WindowManagerService extends IWindowManager.Stub class in inherits:IWindowManager.Stub,Watchdog.Monitor,WindowManagerPolicy.WindowManagerFuncs
253 private static final String TAG = TAG_WITH_CLASS_NAME ? "WindowManagerService" : TAG_WM;
910 public static WindowManagerService main(final Context context,
914 final WindowManagerService[] holder = new WindowManagerService[1];
918 holder[0] = new WindowManagerService(context, im,
931 mPolicy.init(mContext, WindowManagerService.this, WindowManagerService.this);
936 private WindowManagerService(Context context, InputManagerService inputManager, method in class:WindowManagerService
2605 if (SHOW_TRANSACTIONS) WindowManagerService
[all...]

Completed in 179 milliseconds