Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java51 static final boolean DEBUG_APP_ORIENTATION = false; field in WindowManagerDebugConfig
DWindowManagerService.java215 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_APP_ORIENTATION;
3582 if (DEBUG_APP_ORIENTATION) Slog.v(TAG_WM, "Checking app orientation: " + atoken); in getAppSpecifiedOrientation()