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

  /frameworks/base/services/java/com/android/server/wm/
DimSurface.java 47 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);
DimAnimator.java 56 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
WindowStateAnimator.java 42 static final boolean SHOW_TRANSACTIONS = WindowManagerService.SHOW_TRANSACTIONS;
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_ALLOC)
    [all...]
BlackFrame.java 56 if (WindowManagerService.SHOW_TRANSACTIONS ||
140 if (WindowManagerService.SHOW_TRANSACTIONS ||
AppWindowAnimator.java 145 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
149 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
Session.java 397 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(
416 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(
DragState.java 286 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DRAG "
ScreenRotationAnimation.java 233 if (WindowManagerService.SHOW_TRANSACTIONS ||
584 if (WindowManagerService.SHOW_TRANSACTIONS ||
    [all...]
WindowState.java 57 static final boolean SHOW_TRANSACTIONS = WindowManagerService.SHOW_TRANSACTIONS;
    [all...]
WindowManagerService.java 186 static final boolean SHOW_TRANSACTIONS = false;
187 static final boolean SHOW_LIGHT_TRANSACTIONS = false || SHOW_TRANSACTIONS;
    [all...]

Completed in 57 milliseconds