OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MSG_REMOVE_PREVIEW
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
CandidateView.java
69
private static final int
MSG_REMOVE_PREVIEW
= 1;
101
case
MSG_REMOVE_PREVIEW
:
474
.obtainMessage(
MSG_REMOVE_PREVIEW
), 60);
498
mHandler.removeMessages(
MSG_REMOVE_PREVIEW
);
/frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java
162
private static final int
MSG_REMOVE_PREVIEW
= 2;
253
case
MSG_REMOVE_PREVIEW
:
[
all
...]
Completed in 24 milliseconds