Home
last modified time | relevance | path

Searched refs:DEBUG_SURFACE_TRACE (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DEmulatorDisplayOverlay.java20 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SURFACE_TRACE;
60 if (DEBUG_SURFACE_TRACE) { in EmulatorDisplayOverlay()
DCircularDisplayMask.java20 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SURFACE_TRACE;
70 if (DEBUG_SURFACE_TRACE) { in CircularDisplayMask()
DWindowManagerDebugConfig.java62 static final boolean DEBUG_SURFACE_TRACE = false; field in WindowManagerDebugConfig
DBlackFrame.java21 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SURFACE_TRACE;
54 if (DEBUG_SURFACE_TRACE) { in BlackSurface()
DDimLayer.java20 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SURFACE_TRACE;
100 if (DEBUG_SURFACE_TRACE) { in constructSurface()
DWindowSurfaceController.java22 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SURFACE_TRACE;
91 } else if (DEBUG_SURFACE_TRACE) { in WindowSurfaceController()
514 private final static boolean LOG_SURFACE_TRACE = DEBUG_SURFACE_TRACE;
DWindowStateAnimator.java34 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SURFACE_TRACE;
600 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM || SHOW_TRANSACTIONS || DEBUG_ORIENTATION) in finishDrawingLocked()
623 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM) { in commitFinishDrawingLocked()
1080 if ((DEBUG_SURFACE_TRACE || WindowManagerService.localLOGV) in computeShownFrameLocked()
1746 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM) in performShowLocked()
DScreenRotationAnimation.java19 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SURFACE_TRACE;
266 if (DEBUG_SURFACE_TRACE) { in ScreenRotationAnimation()
DWindowManagerService.java233 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SURFACE_TRACE;
9354 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM || DEBUG_ORIENTATION || DEBUG_RESIZE) { in updateResizingWindows()