HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_RESIZE (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerDebugConfig.java 36 static final boolean DEBUG_RESIZE = false;
Task.java 26 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_RESIZE;
619 if (DEBUG_RESIZE) Slog.d(TAG, "resizeWindows: Resizing " + win);
651 if (DEBUG_RESIZE) Slog.d(TAG, "moveWindows: Moving " + win);
WindowState.java 105 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_RESIZE;
    [all...]
WindowManagerService.java 228 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_RESIZE;
    [all...]
  /frameworks/native/services/surfaceflinger/
Layer.cpp 54 #define DEBUG_RESIZE 0
    [all...]

Completed in 112 milliseconds