HomeSort by relevance Sort by last modified time
    Searched refs:logSurface (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfaceController.java 101 void logSurface(String msg, RuntimeException where) {
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("isOpaque=" + isOpaque
    [all...]
AppWindowAnimator.java 271 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
275 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
WindowStateAnimator.java 652 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, "SET FREEZE LAYER", false);
783 WindowManagerService.logSurface(w, "CREATE pos=("
    [all...]
WindowManagerService.java     [all...]

Completed in 68 milliseconds