OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserLogRingCharBuffer
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UserLogRingCharBuffer.java
25
public final class
UserLogRingCharBuffer
{
29
private static
UserLogRingCharBuffer
sUserLogRingCharBuffer = new
UserLogRingCharBuffer
();
38
private
UserLogRingCharBuffer
() {
43
public static
UserLogRingCharBuffer
getInstance() {
47
public static
UserLogRingCharBuffer
init(final InputMethodService context,
LatinImeLoggerUtils.java
31
UserLogRingCharBuffer
.getInstance().push(code, x, y);
46
UserLogRingCharBuffer
.getInstance().push((char)codePoint, x, y);
Completed in 871 milliseconds