Searched refs:SHOW_TRANSACTIONS (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerDebugConfig.java | 71 static final boolean SHOW_TRANSACTIONS = false; field in WindowManagerDebugConfig 72 static final boolean SHOW_VERBOSE_TRANSACTIONS = false && SHOW_TRANSACTIONS; 73 static final boolean SHOW_LIGHT_TRANSACTIONS = false || SHOW_TRANSACTIONS;
|
D | WindowSurfaceController.java | 20 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 111 if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null); in hideInTransaction() 136 if (SHOW_TRANSACTIONS) logSurface( in setPositionAndLayer() 172 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in disconnectInTransaction() 186 if (SHOW_TRANSACTIONS) logSurface( in setCropInTransaction() 208 if (SHOW_TRANSACTIONS) logSurface( in clearCropInTransaction() 222 if (SHOW_TRANSACTIONS) logSurface( in setFinalCropInTransaction() 249 if (SHOW_TRANSACTIONS) logSurface( in setPositionInTransaction() 270 if (SHOW_TRANSACTIONS) logSurface( in setMatrixInTransaction() 294 if (SHOW_TRANSACTIONS) logSurface( in setSizeInTransaction() [all …]
|
D | BlackFrame.java | 23 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 67 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in BlackSurface() 158 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in kill()
|
D | AppWindowAnimator.java | 22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 271 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, in stepThumbnailAnimation() 275 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, in stepThumbnailAnimation()
|
D | DimLayer.java | 22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 110 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG, in constructSurface()
|
D | WindowAnimator.java | 36 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 670 if (SHOW_TRANSACTIONS) Slog.i( in animateLocked() 750 if (SHOW_TRANSACTIONS) Slog.i( in animateLocked() 804 if (SHOW_TRANSACTIONS) Slog.i( in removeReplacedWindowsLocked() 817 if (SHOW_TRANSACTIONS) Slog.i( in removeReplacedWindowsLocked()
|
D | Session.java | 22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 551 if (SHOW_TRANSACTIONS) Slog.i( in windowAddedLocked() 573 if (SHOW_TRANSACTIONS) Slog.i( in killSessionLocked()
|
D | WindowStateAnimator.java | 40 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 600 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM || SHOW_TRANSACTIONS || DEBUG_ORIENTATION) in finishDrawingLocked() 649 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, "SET FREEZE LAYER", false); in preserveSurfaceLocked() 754 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in createSurfaceLocked() 870 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroySurfaceLocked() 878 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroySurfaceLocked() 907 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroyDeferredSurfaceLocked() 1577 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in prepareSurfaceLocked()
|
D | TaskPositioner.java | 28 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 469 if (SHOW_TRANSACTIONS) Slog.i(TAG, ">>> OPEN TRANSACTION updateDimLayerVisibility"); in updateDimLayerVisibility()
|
D | DragState.java | 22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 417 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " DRAG " in notifyMoveLw()
|
D | ScreenRotationAnimation.java | 22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 292 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in ScreenRotationAnimation() 666 if (SHOW_TRANSACTIONS || in kill()
|
D | WindowSurfacePlacer.java | 36 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 1646 if (SHOW_TRANSACTIONS) { in createThumbnailAppAnimator()
|
D | WindowManagerService.java | 243 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 2605 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in setTransparentRegionWindow() 2713 if (SHOW_TRANSACTIONS) { in repositionChild() 2732 if (SHOW_TRANSACTIONS) { in repositionChild() 3035 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " OUT SURFACE " + outSurface + ": copied"); in createSurfaceControl() 6659 if (SHOW_TRANSACTIONS) { in updateRotationUncheckedLocked() 7693 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " DRAG " in prepareDragSurface() 9519 if (SHOW_TRANSACTIONS) logSurface(ws, "LEAK DESTROY", false); in reclaimSomeSurfaceMemoryLocked() 9562 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin, in reclaimSomeSurfaceMemoryLocked()
|