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.java36 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_WINDOW_CROP;
787 if (DEBUG_WINDOW_CROP) Slog.d(TAG, in calculateCrop()
792 if (DEBUG_WINDOW_CROP) Slog.d(TAG, "Applying decor to crop win=" + w + " mDecorFrame=" in calculateCrop()
798 if (DEBUG_WINDOW_CROP) Slog.d(TAG, "win=" + w + " Initial clip rect: " + clipRect); in calculateCrop()
806 if (DEBUG_WINDOW_CROP) Slog.d(TAG, in calculateCrop()
815 if (DEBUG_WINDOW_CROP) Slog.d(TAG, "applyCrop: win=" + mWin in applyCrop()