Searched refs:SHOW_TRANSACTIONS (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfaceController.java | 27 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 124 if (SHOW_TRANSACTIONS) Slog.i(TAG, "REPARENT from: " + this + " to: " + other); in reparentChildrenInTransaction() 131 if (SHOW_TRANSACTIONS) Slog.i(TAG, "SEVER CHILDREN"); in detachChildren() 138 if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null); in hide() 160 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroyNotInTransaction() 176 if (SHOW_TRANSACTIONS) logSurface( in setCropInTransaction() 201 if (SHOW_TRANSACTIONS) logSurface( in clearCropInTransaction() 230 if (SHOW_TRANSACTIONS) logSurface( in setPosition() 271 if (SHOW_TRANSACTIONS) logSurface( in setMatrix() 297 if (SHOW_TRANSACTIONS) logSurface( in setBufferSizeInTransaction() [all …]
|
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 | BlackFrame.java | 20 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 60 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in BlackSurface() 154 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in kill()
|
D | WindowAnimator.java | 20 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 149 if (SHOW_TRANSACTIONS) Slog.i(TAG, ">>> OPEN TRANSACTION animate"); in animate() 216 if (SHOW_TRANSACTIONS) Slog.i(TAG, "<<< CLOSE TRANSACTION animate"); in animate()
|
D | WindowStateAnimator.java | 39 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 315 if (DEBUG_ANIM || SHOW_TRANSACTIONS || DEBUG_ORIENTATION) in finishDrawingLocked() 365 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, "SET FREEZE LAYER", false); in preserveSurfaceLocked() 498 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in createSurfaceLocked() 598 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroySurfaceLocked() 606 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroySurfaceLocked() 635 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroyDeferredSurfaceLocked() 1122 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in prepareSurfaceLocked()
|
D | AppWindowThumbnail.java | 25 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 104 if (SHOW_TRANSACTIONS) { in AppWindowThumbnail()
|
D | Session.java | 28 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 479 if (SHOW_TRANSACTIONS) Slog.i( in windowAddedLocked() 569 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " KILL SURFACE SESSION " + mSurfaceSession); in killSessionLocked()
|
D | RootWindowContainer.java | 44 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 461 if (SHOW_TRANSACTIONS) Slog.i(TAG, ">>> OPEN TRANSACTION removeReplacedWindows"); in removeReplacedWindows() 467 if (SHOW_TRANSACTIONS) Slog.i(TAG, "<<< CLOSE TRANSACTION removeReplacedWindows"); in removeReplacedWindows() 544 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin, in reclaimSomeSurfaceMemory()
|
D | DragState.java | 25 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 508 if (SHOW_TRANSACTIONS) { in notifyMoveLocked()
|
D | ScreenRotationAnimation.java | 22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 303 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in ScreenRotationAnimation() 639 if (SHOW_TRANSACTIONS || in kill()
|
D | WindowManagerService.java | 99 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 1880 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in setTransparentRegionWindow() 2372 … if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " OUT SURFACE " + outSurfaceControl + ": copied"); in createSurfaceControl()
|
D | DisplayContent.java | 118 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 3218 if (SHOW_TRANSACTIONS) logSurface(w, "LEAK DESTROY", false); in destroyLeakedSurfaces()
|