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

  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerDebugConfig.java 50 static final boolean DEBUG_ORIENTATION = false;
TaskPositioner.java 26 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ORIENTATION;
287 if (DEBUG_ORIENTATION) {
331 if (DEBUG_ORIENTATION) {
DragState.java 20 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ORIENTATION;
186 if (DEBUG_ORIENTATION) {
210 if (DEBUG_ORIENTATION) {
WindowManagerService.java 233 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ORIENTATION;
    [all...]
WindowSurfacePlacer.java 27 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ORIENTATION;
408 if (DEBUG_ORIENTATION && mService.mDisplayFrozen) Slog.v(TAG,
529 if (DEBUG_ORIENTATION) Slog.d(TAG, "Performing post-rotate rotation");
    [all...]
WindowStateAnimator.java 32 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ORIENTATION;
601 if (DEBUG_SURFACE_TRACE || DEBUG_ANIM || SHOW_TRANSACTIONS || DEBUG_ORIENTATION)
689 if (DEBUG_ANIM || DEBUG_ORIENTATION) Slog.i(TAG,
    [all...]
WindowAnimator.java 33 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ORIENTATION;
    [all...]
WindowState.java 104 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_ORIENTATION;
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java 124 private static final boolean DEBUG_ORIENTATION = false || LOCAL_LOGV;
    [all...]

Completed in 426 milliseconds