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.java70 static final boolean SHOW_SURFACE_ALLOC = false; field in WindowManagerDebugConfig
DDimLayer.java21 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_SURFACE_ALLOC;
110 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG, in constructSurface()
DScreenRotationAnimation.java21 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_SURFACE_ALLOC;
292 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in ScreenRotationAnimation()
667 SHOW_SURFACE_ALLOC) Slog.i(TAG_WM, in kill()
DWindowStateAnimator.java39 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_SURFACE_ALLOC;
754 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in createSurfaceLocked()
870 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroySurfaceLocked()
878 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroySurfaceLocked()
907 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in destroyDeferredSurfaceLocked()
DWindowSurfaceController.java19 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_SURFACE_ALLOC;
172 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) { in disconnectInTransaction()
DWindowManagerService.java242 import static com.android.server.wm.WindowManagerDebugConfig.SHOW_SURFACE_ALLOC;
9562 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin, in reclaimSomeSurfaceMemoryLocked()