OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NULL_HANDLER
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogicHandler.java
44
public static final InputLogicHandler
NULL_HANDLER
= new InputLogicHandler() {
InputLogic.java
80
private InputLogicHandler mInputLogicHandler = InputLogicHandler.
NULL_HANDLER
;
126
mInputLogicHandler = InputLogicHandler.
NULL_HANDLER
;
161
if (InputLogicHandler.
NULL_HANDLER
== mInputLogicHandler) {
219
mInputLogicHandler = InputLogicHandler.
NULL_HANDLER
;
[
all
...]
Completed in 33 milliseconds