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;
1213 if (DEBUG_WINDOW_CROP) Slog.d(TAG, in calculateSurfaceWindowCrop()
1239 if (DEBUG_WINDOW_CROP) Slog.d(TAG, "Applying decor to crop win=" + w + " mDecorFrame=" in calculateSurfaceWindowCrop()
1250 if (DEBUG_WINDOW_CROP) Slog.d(TAG, "win=" + w + " Initial clip rect: " + clipRect in calculateSurfaceWindowCrop()
1278 if (DEBUG_WINDOW_CROP) Slog.d(TAG, in calculateSurfaceWindowCrop()
1290 if (DEBUG_WINDOW_CROP) Slog.d(TAG, "updateSurfaceWindowCrop: win=" + mWin in updateSurfaceWindowCrop()