Home
last modified time | relevance | path

Searched refs:SHOW_SURFACE_ALLOC (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DBlackFrame.java22 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_SURFACE_ALLOC;
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()
DWindowManagerDebugConfig.java71 static final boolean SHOW_SURFACE_ALLOC = false; field in WindowManagerDebugConfig
DDimLayer.java21 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_SURFACE_ALLOC;
112 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG, in constructSurface()
DWindowSurfaceController.java20 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_SURFACE_ALLOC;
171 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroyInTransaction()
187 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in disconnectInTransaction()
DWindowStateAnimator.java39 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_SURFACE_ALLOC;
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()
DScreenRotationAnimation.java21 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_SURFACE_ALLOC;
295 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in ScreenRotationAnimation()
670 SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in kill()
DRootWindowContainer.java72 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_SURFACE_ALLOC;
525 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin, in reclaimSomeSurfaceMemory()