Searched refs:logSurfaceTrace (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowStateAnimator.java | 553 private final static boolean logSurfaceTrace = DEBUG_SURFACE_TRACE; field in WindowStateAnimator.SurfaceTrace 573 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "ctor: " + this + ". Called by " in SurfaceTrace() 583 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setAlpha(" + alpha + "): OLD:" + this + in setAlpha() 593 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setLayer(" + zorder + "): OLD:" + this in setLayer() 615 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setPosition(" + x + "," + y + "): OLD:" in setPosition() 625 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setSize(" + w + "," + h + "): OLD:" in setSize() 636 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setWindowCrop(" in setWindowCrop() 648 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setLayerStack(" + layerStack + "): OLD:" in setLayerStack() 658 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setOpaque(" + isOpaque + "): OLD:" in setOpaque() 673 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setMatrix(" + dsdx + "," + dtdx + "," in setMatrix() [all …]
|