OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LatinIME
(Results
1 - 16
of
16
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
LatinIMEForTests.java
19
public class LatinIMEForTests extends
LatinIME
{
InputTestsBase.java
52
protected
LatinIME
mLatinIME;
175
// We need to run the messages added to the handler from
LatinIME
. The only way to do
201
// type(int) and type(String): helper methods to send a code point resp. a string to
LatinIME
.
205
// They are supposed to be entirely deconnected from the input logic from
LatinIME
point of
/build/target/product/
large_emu_hw.mk
32
LatinIME
\
generic_no_telephony.mk
35
LatinIME
\
sdk.mk
49
LatinIME
\
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
EventInterpreter.java
23
import com.android.inputmethod.latin.
LatinIME
;
45
final
LatinIME
mLatinIme;
54
* @param
latinIme
a reference to the ime.
56
public EventInterpreter(final
LatinIME
latinIme
) {
57
this(null,
latinIme
);
73
* @param
latinIme
a reference to the ime.
75
public EventInterpreter(final EventDecoderSpec specification, final
LatinIME
latinIme
) {
83
mLatinIme =
latinIme
;
[
all
...]
/packages/inputmethods/LatinIME/tools/dicttool/tests/etc/
test-dicttool.sh
26
DICTTOOL_UNITTEST=true mmm -j8 packages/inputmethods/
LatinIME
/tools/dicttool
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java
47
final
LatinIME
mService;
58
public DictionaryPackInstallBroadcastReceiver(final
LatinIME
service) {
LatinImeLogger.java
34
public static void init(
LatinIME
context) {
LatinIME.java
117
public class
LatinIME
extends InputMethodService implements KeyboardActionListener,
120
private static final String TAG =
LatinIME
.class.getSimpleName();
145
// Double space: the state where the user pressed space twice quickly, which
LatinIME
230
public static final class UIHandler extends StaticInnerHandlerWrapper<
LatinIME
> {
251
public UIHandler(final
LatinIME
outerInstance) {
267
final
LatinIME
latinIme
= getOuterInstance();
268
final KeyboardSwitcher switcher =
latinIme
.mKeyboardSwitcher;
271
latinIme
.updateSuggestionStrip();
281
latinIme
.showSuggestionStripWithTypedWord(p.first, p.second)
[
all
...]
RichInputConnection.java
74
* This contains the currently composing text, as
LatinIME
thinks the TextView is seeing it.
112
((
LatinIME
)mParent).debugDumpStateAndCrashWithException(context);
506
((
LatinIME
)mParent).debugDumpStateAndCrashWithException(context);
[
all
...]
/packages/inputmethods/LatinIME/java/
Android.mk
22
LOCAL_PACKAGE_NAME :=
LatinIME
28
# We want to install libjni_latinime.so to the system partition if
LatinIME
gets installed.
/packages/inputmethods/LatinIME/tests/
Android.mk
32
LOCAL_INSTRUMENTATION_FOR :=
LatinIME
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java
34
import com.android.inputmethod.latin.
LatinIME
;
76
private
LatinIME
mLatinIME;
101
public static void init(final
LatinIME
latinIme
) {
102
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(
latinIme
);
103
sInstance.initInternal(
latinIme
, prefs);
106
private void initInternal(final
LatinIME
latinIme
, final SharedPreferences prefs) {
107
mLatinIME =
latinIme
;
108
mResources =
latinIme
.getResources()
[
all
...]
/device/generic/armv7-a-neon/
mini_common.mk
31
LatinIME
\
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java
56
import com.android.inputmethod.latin.
LatinIME
;
83
* Logs the use of the
LatinIME
keyboard.
171
// set when
LatinIME
should ignore an onUpdateSelection() callback that
178
// TODO: Check whether a superclass can be used instead of
LatinIME
.
179
/* package for test */
LatinIME
mLatinIME;
215
public void init(final
LatinIME
latinIME
, final KeyboardSwitcher keyboardSwitcher,
217
assert
latinIME
!= null;
218
mLatinIME =
latinIME
;
219
mPrefs = PreferenceManager.getDefaultSharedPreferences(
latinIME
);
[
all
...]
Completed in 256 milliseconds