Searched refs:SWITCH_STATE_UNKNOWN (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java191 @IntDef({SWITCH_STATE_UNKNOWN, SWITCH_STATE_OFF, SWITCH_STATE_ON})
200 public static final int SWITCH_STATE_UNKNOWN = -1; field in class:InputManager
437 * @return The tablet switch state which is one of {@link #SWITCH_STATE_UNKNOWN},
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java112 private int mInTabletMode = InputManager.SWITCH_STATE_UNKNOWN;

Completed in 65 milliseconds