OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEBUG_EVENT
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardState.java
39
private static final boolean
DEBUG_EVENT
= false;
121
if (
DEBUG_EVENT
) {
151
if (
DEBUG_EVENT
) {
158
if (
DEBUG_EVENT
) {
337
if (
DEBUG_EVENT
) {
374
if (
DEBUG_EVENT
) {
408
if (
DEBUG_EVENT
) {
419
if (
DEBUG_EVENT
) {
574
if (
DEBUG_EVENT
) {
596
if (
DEBUG_EVENT
) {
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java
47
private static final boolean
DEBUG_EVENT
= false;
50
private static boolean DEBUG_MODE = LatinImeLogger.sDBG ||
DEBUG_EVENT
;
[
all
...]
Completed in 225 milliseconds