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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 95 if (key.altCodeWhileTyping()) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 476 final boolean altersCode = key.altCodeWhileTyping() && mTimerProxy.isTypingState();
492 // Even if the key is disabled, it should respond if it is in the altCodeWhileTyping state.
607 if (key.altCodeWhileTyping()) {
631 // Even if the key is disabled, it should respond if it is in the altCodeWhileTyping state.
632 final boolean altersCode = key.altCodeWhileTyping() && mTimerProxy.isTypingState();
651 if (key.altCodeWhileTyping() && mTimerProxy.isTypingState()) {
    [all...]
MainKeyboardView.java 153 // Stuff to draw altCodeWhileTyping keys.
362 if (typedKey.isModifier() || typedKey.altCodeWhileTyping()) {
    [all...]
Key.java 508 public final boolean altCodeWhileTyping() {
    [all...]

Completed in 175 milliseconds