Searched refs:SHOW_TRANSACTIONS (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowSurfaceController.java | 23 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 127 if (SHOW_TRANSACTIONS) Slog.i(TAG, "REPARENT from: " + this + " to: " + other); in reparentChildrenInTransaction() 134 if (SHOW_TRANSACTIONS) Slog.i(TAG, "SEVER CHILDREN"); in detachChildren() 141 if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null); in hide() 163 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroyNotInTransaction() 179 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in disconnectInTransaction() 193 if (SHOW_TRANSACTIONS) logSurface( in setCropInTransaction() 215 if (SHOW_TRANSACTIONS) logSurface( in clearCropInTransaction() 229 if (SHOW_TRANSACTIONS) logSurface( in setFinalCropInTransaction() 256 if (SHOW_TRANSACTIONS) logSurface( in setPosition() [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 | 22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 62 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in BlackSurface() 156 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in kill()
|
D | AppWindowThumbnail.java | 19 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 74 if (SHOW_TRANSACTIONS) { in AppWindowThumbnail()
|
D | WindowAnimator.java | 21 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 160 if (SHOW_TRANSACTIONS) Slog.i(TAG, ">>> OPEN TRANSACTION animate"); in animate() 231 if (SHOW_TRANSACTIONS) Slog.i(TAG, "<<< CLOSE TRANSACTION animate"); in animate()
|
D | WindowStateAnimator.java | 39 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 340 if (DEBUG_ANIM || SHOW_TRANSACTIONS || DEBUG_ORIENTATION) in finishDrawingLocked() 389 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, "SET FREEZE LAYER", false); in preserveSurfaceLocked() 521 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in createSurfaceLocked() 628 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroySurfaceLocked() 636 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroySurfaceLocked() 665 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroyDeferredSurfaceLocked() 1152 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in prepareSurfaceLocked()
|
D | Session.java | 28 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 483 if (SHOW_TRANSACTIONS) Slog.i( in windowAddedLocked() 573 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " KILL SURFACE SESSION " + mSurfaceSession); in killSessionLocked()
|
D | RootWindowContainer.java | 71 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 453 if (SHOW_TRANSACTIONS) Slog.i(TAG, ">>> OPEN TRANSACTION removeReplacedWindows"); in removeReplacedWindows() 459 if (SHOW_TRANSACTIONS) Slog.i(TAG, "<<< CLOSE TRANSACTION removeReplacedWindows"); in removeReplacedWindows() 536 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin, in reclaimSomeSurfaceMemory()
|
D | DragState.java | 25 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 454 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " DRAG " in notifyMoveLocked()
|
D | ScreenRotationAnimation.java | 21 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 293 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in ScreenRotationAnimation() 629 if (SHOW_TRANSACTIONS || in kill()
|
D | DisplayContent.java | 84 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 2454 if (SHOW_TRANSACTIONS) logSurface(w, "LEAK DESTROY", false); in destroyLeakedSurfaces()
|
D | WindowManagerService.java | 94 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS; 1767 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in setTransparentRegionWindow() 2254 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " OUT SURFACE " + outSurface + ": copied"); in createSurfaceControl()
|