Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java27 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 …]
DWindowManagerDebugConfig.java71 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;
DBlackFrame.java20 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()
DWindowAnimator.java20 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()
DWindowStateAnimator.java39 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()
DAppWindowThumbnail.java25 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS;
104 if (SHOW_TRANSACTIONS) { in AppWindowThumbnail()
DSession.java28 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()
DRootWindowContainer.java44 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()
DDragState.java25 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS;
508 if (SHOW_TRANSACTIONS) { in notifyMoveLocked()
DScreenRotationAnimation.java22 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()
DWindowManagerService.java99 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()
DDisplayContent.java118 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS;
3218 if (SHOW_TRANSACTIONS) logSurface(w, "LEAK DESTROY", false); in destroyLeakedSurfaces()