Searched refs:KeyboardState (Results 1 – 3 of 3) sorted by relevance
32 import com.android.inputmethod.keyboard.internal.KeyboardState;45 public final class KeyboardSwitcher implements KeyboardState.SwitchActions {58 private KeyboardState mState;86 mState = new KeyboardState(this); in initInternal()
24 public class MockKeyboardSwitcher implements KeyboardState.SwitchActions {59 private final KeyboardState mState = new KeyboardState(this);
37 public final class KeyboardState { class38 private static final String TAG = KeyboardState.class.getSimpleName();116 public KeyboardState(final SwitchActions switchActions) { in KeyboardState() method in KeyboardState