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

  /frameworks/base/services/java/com/android/server/wm/
WindowStateAnimator.java 11 import static com.android.server.wm.WindowManagerService.SHOW_TRANSACTIONS;
408 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(
424 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin,
444 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM || SHOW_TRANSACTIONS || DEBUG_ORIENTATION)
696 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG,
782 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) {
795 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) {
    [all...]
BlackFrame.java 60 if (WindowManagerService.SHOW_TRANSACTIONS ||
152 if (WindowManagerService.SHOW_TRANSACTIONS ||
AppWindowAnimator.java 160 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
164 if (WindowManagerService.SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail,
DimLayer.java 71 if (WindowManagerService.SHOW_TRANSACTIONS ||
Session.java 460 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(
479 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(
DragState.java 301 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(WindowManagerService.TAG, " DRAG "
ScreenRotationAnimation.java 270 if (WindowManagerService.SHOW_TRANSACTIONS ||
651 if (WindowManagerService.SHOW_TRANSACTIONS ||
    [all...]
WindowAnimator.java 472 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(
538 if (WindowManagerService.SHOW_TRANSACTIONS) Slog.i(
WindowManagerService.java 192 static final boolean SHOW_TRANSACTIONS = false;
193 static final boolean SHOW_LIGHT_TRANSACTIONS = false || SHOW_TRANSACTIONS;
    [all...]

Completed in 875 milliseconds