Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java377 if (DEBUG_TIMER_ACTION) { in startDoubleTapShiftKeyTimer()
389 if (DEBUG_TIMER_ACTION) { in cancelDoubleTapShiftKeyTimer()
401 if (DEBUG_TIMER_ACTION) { in isInDoubleTapShiftKeyTimeout()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardState.java61 public static final boolean DEBUG_TIMER_ACTION = false; field