Searched refs:SHOW_TRANSACTIONS (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DDimSurface.java47 if (WindowManagerService.SHOW_TRANSACTIONS ||
62 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurface + ": SHOW pos=(0,0) (" +
77 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurface + ": pos=(0,0) (" +
93 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " HIDE " + mDimSurface);
H A DDimAnimator.java56 if (WindowManagerService.SHOW_TRANSACTIONS ||
78 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG,
101 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM "
164 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM "
171 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM "
175 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DIM " + mDimSurface
H A DWindowStateAnimator.java42 static final boolean SHOW_TRANSACTIONS = WindowManagerService.SHOW_TRANSACTIONS; field in class:WindowStateAnimator
382 if (WindowState.SHOW_TRANSACTIONS) WindowManagerService.logSurface(
398 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin,
418 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM || SHOW_TRANSACTIONS || DEBUG_ORIENTATION)
649 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG,
693 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, "DITHER", null);
739 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) {
752 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) {
779 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLO
[all...]
H A DBlackFrame.java56 if (WindowManagerService.SHOW_TRANSACTIONS ||
140 if (WindowManagerService.SHOW_TRANSACTIONS ||
H A DAppWindowAnimator.java145 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
149 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
H A DSession.java397 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(
416 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(
H A DDragState.java286 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DRAG "
H A DScreenRotationAnimation.java233 if (WindowManagerService.SHOW_TRANSACTIONS ||
584 if (WindowManagerService.SHOW_TRANSACTIONS ||
H A DWindowState.java57 static final boolean SHOW_TRANSACTIONS = WindowManagerService.SHOW_TRANSACTIONS; field in class:WindowState
H A DWindowManagerService.java186 static final boolean SHOW_TRANSACTIONS = false; field in class:WindowManagerService
187 static final boolean SHOW_LIGHT_TRANSACTIONS = false || SHOW_TRANSACTIONS;
2084 if (SHOW_TRANSACTIONS) logSurface(wallpaper,
2842 if (SHOW_TRANSACTIONS) Slog.i(TAG,
5769 if (SHOW_TRANSACTIONS) Slog.i(TAG,
6643 if (SHOW_TRANSACTIONS) Slog.i(TAG, " DRAG "
8255 if (SHOW_TRANSACTIONS) Slog.i(TAG, " THUMBNAIL "
9103 if (SHOW_TRANSACTIONS) logSurface(ws, "LEAK DESTROY", null);
9116 if (SHOW_TRANSACTIONS) logSurface(ws, "LEAK DESTROY", null);
9154 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLO
[all...]

Completed in 71 milliseconds