OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LatinIME
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/latin/
LatinIME.java
19
public class
LatinIME
{
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java
113
public class
LatinIME
extends InputMethodService implements KeyboardActionListener,
117
static final String TAG =
LatinIME
.class.getSimpleName();
136
final InputLogic mInputLogic = new InputLogic(this /*
LatinIME
*/,
171
public static final class UIHandler extends LeakGuardHandlerWrapper<
LatinIME
> {
196
public UIHandler(@Nonnull final
LatinIME
ownerInstance) {
201
final
LatinIME
latinIme
= getOwnerInstance();
202
if (
latinIme
== null) {
205
final Resources res =
latinIme
.getResources();
214
final
LatinIME
latinIme = getOwnerInstance()
[
all
...]
Completed in 178 milliseconds