HomeSort by relevance Sort by last modified time
    Searched defs:WindowManagerService (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 27 import com.android.server.wm.WindowManagerService.H;
58 static final boolean DEBUG_VISIBILITY = WindowManagerService.DEBUG_VISIBILITY;
59 static final boolean SHOW_TRANSACTIONS = WindowManagerService.SHOW_TRANSACTIONS;
60 static final boolean SHOW_LIGHT_TRANSACTIONS = WindowManagerService.SHOW_LIGHT_TRANSACTIONS;
61 static final boolean SHOW_SURFACE_ALLOC = WindowManagerService.SHOW_SURFACE_ALLOC;
63 final WindowManagerService mService;
300 WindowState(WindowManagerService service, Session s, IWindow c, WindowToken token,
313 if (WindowManagerService.localLOGV) Slog.v(
314 WindowManagerService.TAG, "Window " + this + " client=" + c.asBinder()
337 attachedWindow.mAttrs.type) * WindowManagerService.TYPE_LAYER_MULTIPLIE
    [all...]
WindowManagerService.java 145 public class WindowManagerService extends IWindowManager.Stub
268 new Handler(), "WindowManagerService.mKeyguardTokenWatcher") {
652 public static WindowManagerService main(Context context,
669 WindowManagerService mService;
687 WindowManagerService s = new WindowManagerService(mContext, mPM,
709 private final WindowManagerService mService;
715 WindowManagerService service, Context context,
749 private WindowManagerService(Context context, PowerManagerService pm,
    [all...]

Completed in 647 milliseconds