Searched refs:KeyboardState (Results 1 – 5 of 5) sorted by relevance
18 import static com.android.launcher3.logging.KeyboardStateManager.KeyboardState.NO_IME_ACTION;35 public enum KeyboardState { enum in KeyboardStateManager41 private KeyboardState mKeyboardState;58 public KeyboardState getKeyboardState() { in getKeyboardState()65 public void setKeyboardState(KeyboardState keyboardState) { in setKeyboardState()
25 public class MockKeyboardSwitcher implements KeyboardState.SwitchActions {60 private final KeyboardState mState = new KeyboardState(this);
33 import com.android.inputmethod.keyboard.internal.KeyboardState;51 public final class KeyboardSwitcher implements KeyboardState.SwitchActions {62 private KeyboardState mState;88 mState = new KeyboardState(this); in initInternal()
39 public final class KeyboardState { class40 private static final String TAG = KeyboardState.class.getSimpleName();123 public KeyboardState(final SwitchActions switchActions) { in KeyboardState() method in KeyboardState
73 import static com.android.launcher3.logging.KeyboardStateManager.KeyboardState.HIDE;74 import static com.android.launcher3.logging.KeyboardStateManager.KeyboardState.SHOW;