Searched refs:SHOW_TRANSACTIONS (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerDebugConfig.java | 72 static final boolean SHOW_TRANSACTIONS = false; field in WindowManagerDebugConfig 73 static final boolean SHOW_VERBOSE_TRANSACTIONS = false && SHOW_TRANSACTIONS; 74 static final boolean SHOW_LIGHT_TRANSACTIONS = false || SHOW_TRANSACTIONS;
|
D | WindowSurfaceController.java | 21 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 137 if (SHOW_TRANSACTIONS) Slog.i(TAG, "REPARENT from: " + this + " to: " + other); in reparentChildrenInTransaction() 144 if (SHOW_TRANSACTIONS) Slog.i(TAG, "SEVER CHILDREN"); in detachChildren() 151 if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null); in hideInTransaction() 171 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroyInTransaction() 187 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in disconnectInTransaction() 201 if (SHOW_TRANSACTIONS) logSurface( in setCropInTransaction() 223 if (SHOW_TRANSACTIONS) logSurface( in clearCropInTransaction() 237 if (SHOW_TRANSACTIONS) logSurface( in setFinalCropInTransaction() 278 if (SHOW_TRANSACTIONS) logSurface( in setPositionInTransaction() [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 | WindowAnimator.java | 21 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 152 if (SHOW_TRANSACTIONS) Slog.i(TAG, ">>> OPEN TRANSACTION animate"); in animate() 235 if (SHOW_TRANSACTIONS) Slog.i(TAG, "<<< CLOSE TRANSACTION animate"); in animate()
|
D | AppWindowAnimator.java | 24 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 269 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, in stepThumbnailAnimation() 273 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, in stepThumbnailAnimation()
|
D | DimLayer.java | 22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 112 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG, in constructSurface()
|
D | WindowStateAnimator.java | 40 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 508 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM || SHOW_TRANSACTIONS || DEBUG_ORIENTATION) in finishDrawingLocked() 557 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, "SET FREEZE LAYER", false); in preserveSurfaceLocked() 694 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in createSurfaceLocked() 815 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroySurfaceLocked() 823 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroySurfaceLocked() 852 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroyDeferredSurfaceLocked() 1590 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in prepareSurfaceLocked()
|
D | Session.java | 27 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 563 if (SHOW_TRANSACTIONS) Slog.i( in windowAddedLocked() 649 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " KILL SURFACE SESSION " + mSurfaceSession); in killSessionLocked()
|
D | RootWindowContainer.java | 73 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 442 if (SHOW_TRANSACTIONS) Slog.i(TAG, ">>> OPEN TRANSACTION removeReplacedWindows"); in removeReplacedWindows() 448 if (SHOW_TRANSACTIONS) Slog.i(TAG, "<<< CLOSE TRANSACTION removeReplacedWindows"); in removeReplacedWindows() 525 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin, in reclaimSomeSurfaceMemory()
|
D | DragState.java | 22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 437 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " DRAG " in notifyMoveLw()
|
D | TaskPositioner.java | 28 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 634 if (SHOW_TRANSACTIONS) Slog.i(TAG, ">>> OPEN TRANSACTION updateDimLayerVisibility"); in updateDimLayerVisibility()
|
D | ScreenRotationAnimation.java | 22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 295 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in ScreenRotationAnimation() 669 if (SHOW_TRANSACTIONS || in kill()
|
D | WindowSurfacePlacer.java | 32 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 706 if (SHOW_TRANSACTIONS) { in createThumbnailAppAnimator()
|
D | DisplayContent.java | 78 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 1025 if (SHOW_TRANSACTIONS) { in updateRotationUnchecked() 2296 if (SHOW_TRANSACTIONS) logSurface(w, "LEAK DESTROY", false); in destroyLeakedSurfaces()
|
D | WindowManagerService.java | 99 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 1801 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in setTransparentRegionWindow() 2255 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " OUT SURFACE " + outSurface + ": copied"); in createSurfaceControl() 4581 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " DRAG " in prepareDragSurface()
|