Home
last modified time | relevance | path

Searched refs:DEBUG_WINDOW_CROP (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java75 static final boolean DEBUG_WINDOW_CROP = false; field in WindowManagerDebugConfig
DWindowStateAnimator.java37 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_CROP;
1226 if (DEBUG_WINDOW_CROP) Slog.d(TAG, in calculateSurfaceWindowCrop()
1252 if (DEBUG_WINDOW_CROP) Slog.d(TAG, "Applying decor to crop win=" + w + " mDecorFrame=" in calculateSurfaceWindowCrop()
1263 if (DEBUG_WINDOW_CROP) Slog.d(TAG, "win=" + w + " Initial clip rect: " + clipRect in calculateSurfaceWindowCrop()
1291 if (DEBUG_WINDOW_CROP) Slog.d(TAG, in calculateSurfaceWindowCrop()
1303 if (DEBUG_WINDOW_CROP) Slog.d(TAG, "updateSurfaceWindowCrop: win=" + mWin in updateSurfaceWindowCrop()