Lines Matching refs:WindowManagerService

24 import com.android.server.wm.WindowManagerService.H;
57 final WindowManagerService mService;
69 public Session(WindowManagerService service, IWindowSessionCallback callback,
134 Slog.wtf(WindowManagerService.TAG, "Window Session Crash", e);
195 if (false) Slog.d(WindowManagerService.TAG, ">>>>>> ENTERED relayout from "
201 if (false) Slog.d(WindowManagerService.TAG, "<<<<<< EXITING relayout to "
229 if (WindowManagerService.localLOGV) Slog.v(
230 WindowManagerService.TAG, "IWindow finishDrawing called for " + window);
270 if (WindowManagerService.DEBUG_DRAG) {
271 Slog.d(WindowManagerService.TAG, "perform drag: win=" + window + " data=" + data);
276 Slog.w(WindowManagerService.TAG, "No drag prepared");
281 Slog.w(WindowManagerService.TAG, "Performing mismatched drag");
287 Slog.w(WindowManagerService.TAG, "Bad requesting window " + window);
312 Slog.e(WindowManagerService.TAG, "Unable to transfer touch focus");
330 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(
331 WindowManagerService.TAG, ">>> OPEN TRANSACTION performDrag");
342 if (WindowManagerService.SHOW_LIGHT_TRANSACTIONS) Slog.i(
343 WindowManagerService.TAG, "<<< CLOSE TRANSACTION performDrag");
352 if (WindowManagerService.DEBUG_DRAG) {
353 Slog.d(WindowManagerService.TAG, "Drop result=" + consumed + " reported by " + token);
362 Slog.w(WindowManagerService.TAG, "Drop result given but no drag in progress");
368 Slog.w(WindowManagerService.TAG, "Invalid drop-result claim by " + window);
378 Slog.w(WindowManagerService.TAG, "Bad result-reporting window " + window);
391 if (WindowManagerService.DEBUG_DRAG) {
392 Slog.d(WindowManagerService.TAG, "Drag into new candidate view @ " + window.asBinder());
397 if (WindowManagerService.DEBUG_DRAG) {
398 Slog.d(WindowManagerService.TAG, "Drag from old candidate view @ " + window.asBinder());
480 if (WindowManagerService.localLOGV) Slog.v(
481 WindowManagerService.TAG, "First window added to " + this + ", creating SurfaceSession");
483 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(
484 WindowManagerService.TAG, " NEW SURFACE SESSION " + mSurfaceSession);
502 if (WindowManagerService.localLOGV) Slog.v(
503 WindowManagerService.TAG, "Last window removed from " + this
505 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(
506 WindowManagerService.TAG, " KILL SURFACE SESSION " + mSurfaceSession);
510 Slog.w(WindowManagerService.TAG, "Exception thrown when killing surface session "