OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onSeparator
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LatinImeLoggerUtils.java
35
public static void
onSeparator
(final int code, final int x, final int y) {
38
onSeparator
(new String(new int[]{code}, 0, 1), x, y);
41
public static void
onSeparator
(final String separator, final int x, final int y) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
[
all
...]
Completed in 4918 milliseconds