OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputlogic
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
PrivateCommandPerformer.java
17
package com.android.inputmethod.latin.
inputlogic
;
SpaceState.java
17
package com.android.inputmethod.latin.
inputlogic
;
InputLogicHandler.java
17
package com.android.inputmethod.latin.
inputlogic
;
36
final
InputLogic
mInputLogic;
70
public InputLogicHandler(final LatinIME latinIME, final
InputLogic
inputLogic
) {
76
mInputLogic =
inputLogic
;
105
// Called on the UI thread by
InputLogic
.
154
// Previous suggestions are found in
InputLogic
#mSuggestedWords.
179
// Called on the UI thread by
InputLogic
.
192
// Called on the UI thread by
InputLogic
.
210
// Called on the UI thread by
InputLogic
[
all
...]
InputLogic.java
17
package com.android.inputmethod.latin.
inputlogic
;
72
public final class
InputLogic
{
73
private static final String TAG =
InputLogic
.class.getSimpleName();
119
public
InputLogic
(final LatinIME latinIME,
215
// instances of
InputLogic
. This cleans up the associated handler so that tests don't leak
[
all
...]
Completed in 996 milliseconds