Searched refs:logSurface (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java101 void logSurface(String msg, RuntimeException where) { method in class:WindowSurfaceController
111 if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null);
136 if (SHOW_TRANSACTIONS) logSurface(
186 if (SHOW_TRANSACTIONS) logSurface(
208 if (SHOW_TRANSACTIONS) logSurface(
222 if (SHOW_TRANSACTIONS) logSurface(
249 if (SHOW_TRANSACTIONS) logSurface(
270 if (SHOW_TRANSACTIONS) logSurface(
294 if (SHOW_TRANSACTIONS) logSurface(
352 if (SHOW_TRANSACTIONS) logSurface("isOpaqu
[all...]
H A DAppWindowAnimator.java271 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
275 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
H A DWindowStateAnimator.java649 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, "SET FREEZE LAYER", false);
780 WindowManagerService.logSurface(w, "CREATE pos=("
871 WindowManagerService.logSurface(mWin, "DESTROY PENDING", true);
879 WindowManagerService.logSurface(mWin, "DESTROY", true);
908 WindowManagerService.logSurface(mWin, "DESTROY PENDING", true);
1577 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w,
H A DWindowManagerService.java2577 static void logSurface(WindowState w, String msg, boolean withStackTrace) { method in class:WindowManagerService
2586 static void logSurface(SurfaceControl s, String title, String msg) { method in class:WindowManagerService
2605 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w,
9519 if (SHOW_TRANSACTIONS) logSurface(ws, "LEAK DESTROY", false);
9562 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin,

Completed in 3611 milliseconds