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.java23 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 …]
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.java22 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()
DAppWindowThumbnail.java19 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS;
74 if (SHOW_TRANSACTIONS) { in AppWindowThumbnail()
DWindowAnimator.java21 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()
DWindowStateAnimator.java39 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()
DSession.java28 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()
DRootWindowContainer.java71 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()
DDragState.java25 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS;
454 if (SHOW_TRANSACTIONS) Slog.i(TAG_WM, " DRAG " in notifyMoveLocked()
DScreenRotationAnimation.java21 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()
DDisplayContent.java84 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_TRANSACTIONS;
2454 if (SHOW_TRANSACTIONS) logSurface(w, "LEAK DESTROY", false); in destroyLeakedSurfaces()
DWindowManagerService.java94 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()