Home
last modified time | relevance | path

Searched refs:SHOW_TRANSACTIONS (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java72 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;
DWindowSurfaceController.java21 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 …]
DBlackFrame.java23 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()
DWindowAnimator.java21 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()
DAppWindowAnimator.java24 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()
DDimLayer.java22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS;
112 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG, in constructSurface()
DWindowStateAnimator.java40 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()
DSession.java27 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()
DRootWindowContainer.java73 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()
DDragState.java22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS;
437 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " DRAG " in notifyMoveLw()
DTaskPositioner.java28 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS;
634 if (SHOW_TRANSACTIONS) Slog.i(TAG, ">>> OPEN TRANSACTION updateDimLayerVisibility"); in updateDimLayerVisibility()
DScreenRotationAnimation.java22 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()
DWindowSurfacePlacer.java32 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS;
706 if (SHOW_TRANSACTIONS) { in createThumbnailAppAnimator()
DDisplayContent.java78 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()
DWindowManagerService.java99 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()