Home
last modified time | relevance | path

Searched refs:DEBUG_TIMER_ACTION (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java373 if (DEBUG_TIMER_ACTION) { in startDoubleTapShiftKeyTimer()
385 if (DEBUG_TIMER_ACTION) { in cancelDoubleTapShiftKeyTimer()
397 if (DEBUG_TIMER_ACTION) { in isInDoubleTapShiftKeyTimeout()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java61 public static final boolean DEBUG_TIMER_ACTION = false; field