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.java41 private static final boolean DEBUG_EVENT = false; field in KeyboardState
129 if (DEBUG_EVENT) { in onLoadKeyboard()
166 if (DEBUG_EVENT) { in onSaveKeyboardState()
173 if (DEBUG_EVENT) { in onRestoreKeyboardState()
355 if (DEBUG_EVENT) { in onPressKey()
395 if (DEBUG_EVENT) { in onReleaseKey()
432 if (DEBUG_EVENT) { in onUpdateShiftState()
443 if (DEBUG_EVENT) { in onResetKeyboardStateToAlphabet()
600 if (DEBUG_EVENT) { in onFinishSlidingInput()
623 if (DEBUG_EVENT) { in onEvent()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java52 private static final boolean DEBUG_EVENT = false; field in PointerTracker
55 private static boolean DEBUG_MODE = DebugFlags.DEBUG_ENABLED || DEBUG_EVENT;
619 if (DEBUG_EVENT) { in onDownEvent()
926 if (DEBUG_EVENT) { in onUpEvent()
949 if (DEBUG_EVENT) { in onPhantomUpEvent()
1063 if (DEBUG_EVENT) { in onCancelEvent()