HomeSort by relevance Sort by last modified time
    Searched refs:ShiftKeyState (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ShiftKeyState.java 21 public class ShiftKeyState extends ModifierKeyState {
25 public ShiftKeyState(String name) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 34 import com.android.inputmethod.keyboard.internal.ShiftKeyState;
73 private ShiftKeyState mShiftKeyState = new ShiftKeyState("Shift");
90 // TODO: Encapsulate these state handling to separate class and combine with ShiftKeyState
448 + " shiftKeyState=" + mShiftKeyState);
461 + " shiftKeyState=" + mShiftKeyState);
486 final ShiftKeyState shiftKeyState = mShiftKeyState;
491 + " shiftKeyState=" + shiftKeyState
    [all...]

Completed in 790 milliseconds