Searched refs:SURFACE_TAG (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowStateAnimator.java | 551 private final static String SURFACE_TAG = "SurfaceTrace"; field in WindowStateAnimator.SurfaceTrace 572 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "ctor: " + this + ". Called by " in SurfaceTrace() 582 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setAlpha(" + alpha + "): OLD:" + this + in setAlpha() 592 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setLayer(" + zorder + "): OLD:" + this in setLayer() 614 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setPosition(" + x + "," + y + "): OLD:" in setPosition() 624 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setSize(" + w + "," + h + "): OLD:" in setSize() 635 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setWindowCrop(" in setWindowCrop() 647 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setLayerStack(" + layerStack + "): OLD:" in setLayerStack() 657 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setOpaque(" + isOpaque + "): OLD:" in setOpaque() 667 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "setMatrix(" + dsdx + "," + dtdx + "," in setMatrix() [all …]
|