OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:logstatementtype
(Results
1 - 1
of
1
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
MotionEventReader.java
142
String
logStatementType
= null;
153
logStatementType
= jsonReader.nextString();
171
} else if (
logStatementType
!= null &&
logStatementType
.equals("MotionEvent")
191
if (
logStatementType
!= null && time != UNINITIALIZED_LONG && x != UNINITIALIZED_INT
193
&&
logStatementType
.equals("MotionEvent") && !isLoggingRelated) {
Completed in 718 milliseconds