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.java63 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;
102 if (DEBUG_SURFACE_TRACE) { in constructSurface()
DWindowSurfaceController.java23 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SURFACE_TRACE;
102 if (DEBUG_SURFACE_TRACE) { in WindowSurfaceController()
562 private final static boolean LOG_SURFACE_TRACE = DEBUG_SURFACE_TRACE;
DWindowStateAnimator.java34 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SURFACE_TRACE;
508 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM || SHOW_TRANSACTIONS || DEBUG_ORIENTATION) in finishDrawingLocked()
531 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM) { in commitFinishDrawingLocked()
1036 if ((DEBUG_SURFACE_TRACE || WindowManagerService.localLOGV) in computeShownFrameLocked()
DScreenRotationAnimation.java19 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SURFACE_TRACE;
269 if (DEBUG_SURFACE_TRACE) { in ScreenRotationAnimation()
DWindowState.java86 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_SURFACE_TRACE;
1160 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM || DEBUG_ORIENTATION || DEBUG_RESIZE) { in updateResizingWindowIfNeeded()
3784 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM) Slog.v(TAG, in performShowLocked()