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
441 + " shiftKeyState=" + mShiftKeyState);
454 + " shiftKeyState=" + mShiftKeyState);
479 final ShiftKeyState shiftKeyState = mShiftKeyState;
484 + " shiftKeyState=" + shiftKeyState
    [all...]

Completed in 846 milliseconds