Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowSurfaceController.java127 private void logSurface(String msg, RuntimeException where) { in logSurface() method in WindowSurfaceController
151 if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null); in hideInTransaction()
201 if (SHOW_TRANSACTIONS) logSurface( in setCropInTransaction()
223 if (SHOW_TRANSACTIONS) logSurface( in clearCropInTransaction()
237 if (SHOW_TRANSACTIONS) logSurface( in setFinalCropInTransaction()
278 if (SHOW_TRANSACTIONS) logSurface( in setPositionInTransaction()
310 if (SHOW_TRANSACTIONS) logSurface( in setMatrixInTransaction()
333 if (SHOW_TRANSACTIONS) logSurface( in setSizeInTransaction()
393 if (SHOW_TRANSACTIONS) logSurface("isOpaque=" + isOpaque, in setOpaque()
410 if (SHOW_TRANSACTIONS) logSurface("isSecure=" + isSecure, in setSecure()
[all …]
DAppWindowAnimator.java269 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, in stepThumbnailAnimation()
273 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(thumbnail, in stepThumbnailAnimation()
DWindowStateAnimator.java557 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(mWin, "SET FREEZE LAYER", false); in preserveSurfaceLocked()
720 WindowManagerService.logSurface(w, "CREATE pos=(" in createSurfaceLocked()
816 WindowManagerService.logSurface(mWin, "DESTROY PENDING", true); in destroySurfaceLocked()
824 WindowManagerService.logSurface(mWin, "DESTROY", true); in destroySurfaceLocked()
853 WindowManagerService.logSurface(mWin, "DESTROY PENDING", true); in destroyDeferredSurfaceLocked()
1590 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in prepareSurfaceLocked()
DRootWindowContainer.java83 import static com.android.server.wm.WindowManagerService.logSurface;
525 if (SHOW_TRANSACTIONS || SHOW_SURFACE_ALLOC) logSurface(winAnimator.mWin, in reclaimSomeSurfaceMemory()
DDisplayContent.java95 import static com.android.server.wm.WindowManagerService.logSurface;
2296 if (SHOW_TRANSACTIONS) logSurface(w, "LEAK DESTROY", false); in destroyLeakedSurfaces()
DWindowManagerService.java1773 static void logSurface(WindowState w, String msg, boolean withStackTrace) { in logSurface() method in WindowManagerService
1782 static void logSurface(SurfaceControl s, String title, String msg) { in logSurface() method in WindowManagerService
1801 if (SHOW_TRANSACTIONS) WindowManagerService.logSurface(w, in setTransparentRegionWindow()