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 100 if (key.altCodeWhileTyping()) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 529 final boolean altersCode = key.altCodeWhileTyping() && mTimerProxy.isTypingState();
545 // Even if the key is disabled, it should respond if it is in the altCodeWhileTyping state.
656 if (key.altCodeWhileTyping()) {
680 // Even if the key is disabled, it should respond if it is in the altCodeWhileTyping state.
681 final boolean altersCode = key.altCodeWhileTyping() && mTimerProxy.isTypingState();
700 if (key.altCodeWhileTyping() && mTimerProxy.isTypingState()) {
    [all...]
MainKeyboardView.java 145 // Stuff to draw altCodeWhileTyping keys.
292 if (typedKey.isModifier() || typedKey.altCodeWhileTyping()) {
    [all...]
Key.java 564 public final boolean altCodeWhileTyping() {
    [all...]

Completed in 519 milliseconds