Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java39 private static final boolean DEBUG_EVENT = false; field in KeyboardState
120 if (DEBUG_EVENT) { in onLoadKeyboard()
149 if (DEBUG_EVENT) { in onSaveKeyboardState()
156 if (DEBUG_EVENT) { in onRestoreKeyboardState()
320 if (DEBUG_EVENT) { in onPressKey()
353 if (DEBUG_EVENT) { in onReleaseKey()
385 if (DEBUG_EVENT) { in onLongPressTimeout()
395 if (DEBUG_EVENT) { in onUpdateShiftState()
406 if (DEBUG_EVENT) { in onResetKeyboardStateToAlphabet()
562 if (DEBUG_EVENT) { in onFinishSlidingInput()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java43 private static final boolean DEBUG_EVENT = false; field in PointerTracker
46 private static boolean DEBUG_MODE = LatinImeLogger.sDBG || DEBUG_EVENT;
842 if (DEBUG_EVENT) { in onDownEvent()
1143 if (DEBUG_EVENT) { in onUpEvent()
1166 if (DEBUG_EVENT) { in onPhantomUpEvent()
1243 if (DEBUG_EVENT) { in onCancelEvent()