Home
last modified time | relevance | path

Searched refs:logSurface (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java101 void logSurface(String msg, RuntimeException where) { in logSurface() method in WindowSurfaceController
111 if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null); in hideInTransaction()
136 if (SHOW_TRANSACTIONS) logSurface( in setPositionAndLayer()
186 if (SHOW_TRANSACTIONS) logSurface( in setCropInTransaction()
208 if (SHOW_TRANSACTIONS) logSurface( in clearCropInTransaction()
222 if (SHOW_TRANSACTIONS) logSurface( in setFinalCropInTransaction()
249 if (SHOW_TRANSACTIONS) logSurface( in setPositionInTransaction()
270 if (SHOW_TRANSACTIONS) logSurface( in setMatrixInTransaction()
294 if (SHOW_TRANSACTIONS) logSurface( in setSizeInTransaction()
352 if (SHOW_TRANSACTIONS) logSurface("isOpaque=" + isOpaque, in setOpaque()
[all …]
DAppWindowAnimator.java271 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, in stepThumbnailAnimation()
275 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, in stepThumbnailAnimation()
DWindowStateAnimator.java649 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, "SET FREEZE LAYER", false); in preserveSurfaceLocked()
780 WindowManagerService.logSurface(w, "CREATE pos=(" in createSurfaceLocked()
871 WindowManagerService.logSurface(mWin, "DESTROY PENDING", true); in destroySurfaceLocked()
879 WindowManagerService.logSurface(mWin, "DESTROY", true); in destroySurfaceLocked()
908 WindowManagerService.logSurface(mWin, "DESTROY PENDING", true); in destroyDeferredSurfaceLocked()
1577 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in prepareSurfaceLocked()
DWindowManagerService.java2577 static void logSurface(WindowState w, String msg, boolean withStackTrace) { in logSurface() method
2586 static void logSurface(SurfaceControl s, String title, String msg) { in logSurface() method
2605 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in setTransparentRegionWindow()
9519 if (SHOW_TRANSACTIONS) logSurface(ws, "LEAK DESTROY", false); in reclaimSomeSurfaceMemoryLocked()
9562 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin, in reclaimSomeSurfaceMemoryLocked()