OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_REPEAT
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java
168
private static final int
MSG_REPEAT
= 3;
260
case
MSG_REPEAT
:
262
Message repeat = Message.obtain(this,
MSG_REPEAT
);
490
mHandler.removeMessages(
MSG_REPEAT
);
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java
168
private static final int
MSG_REPEAT
= 3;
379
case
MSG_REPEAT
:
381
Message repeat = Message.obtain(this,
MSG_REPEAT
);
[
all
...]
Completed in 489 milliseconds