Searched refs:KeyboardState (Results 1 – 3 of 3) sorted by relevance
25 public class MockKeyboardSwitcher implements KeyboardState.SwitchActions {60 private final KeyboardState mState = new KeyboardState(this);
31 import com.android.inputmethod.keyboard.internal.KeyboardState;49 public final class KeyboardSwitcher implements KeyboardState.SwitchActions {60 private KeyboardState mState;86 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