Searched refs:DEBUG_APP_ORIENTATION (Results 1 – 2 of 2) sorted by relevance
51 static final boolean DEBUG_APP_ORIENTATION = false; field in WindowManagerDebugConfig
215 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()