OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LatinIME
(Results
1 - 19
of
19
) sorted by null
/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/latin/
LatinIME.java
19
public class
LatinIME
{
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
LatinIMEForTests.java
19
public class LatinIMEForTests extends
LatinIME
{
InputTestsBase.java
76
protected
LatinIME
mLatinIME;
253
// We need to run the messages added to the handler from
LatinIME
. The only way to do
279
// type(int) and type(String): helper methods to send a code point resp. a string to
LatinIME
.
283
// They are supposed to be entirely deconnected from the input logic from
LatinIME
point of
296
event =
LatinIME
.createSoftwareKeypressEvent(codePoint, x, y, isKeyRepeat);
429
// DO NOT CALL
LatinIME
#onUpdateSelection IF YOU WANT TO USE THOSE
432
* Move the cached cursor position to the passed position and send onUpdateSelection to
LatinIME
442
* Move the cached cursor position by the passed amount and send onUpdateSelection to
LatinIME
457
* Move the cached cursor position to the end of the line and send onUpdateSelection to
LatinIME
/packages/inputmethods/LatinIME/native/dicttoolkit/
run_tests.sh
32
(mmm -j16 packages/inputmethods/
LatinIME
/native/dicttoolkit) || (make -j16 $test_name)
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryDumpBroadcastReceiver.java
31
final
LatinIME
mLatinIme;
33
public DictionaryDumpBroadcastReceiver(final
LatinIME
latinIme
) {
34
mLatinIme =
latinIme
;
DictionaryPackInstallBroadcastReceiver.java
47
final
LatinIME
mService;
58
public DictionaryPackInstallBroadcastReceiver(final
LatinIME
service) {
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
...]
RichInputConnection.java
118
* This contains the currently composing text, as
LatinIME
thinks the TextView is seeing it.
185
((
LatinIME
)mParent).debugDumpStateAndCrashWithException(context);
678
((
LatinIME
)mParent).debugDumpStateAndCrashWithException(context);
[
all
...]
/build/target/product/
core.mk
43
LatinIME
\
/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/inputlogic/
InputLogicHandler.java
24
import com.android.inputmethod.latin.
LatinIME
;
35
final
LatinIME
mLatinIME;
70
public InputLogicHandler(final
LatinIME
latinIME
, final InputLogic inputLogic) {
75
mLatinIME =
latinIME
;
83
// In unit tests, we create several instances of
LatinIME
, which results in several instances
126
// send a message to the UI handler in
LatinIME
so that showing suggestions can be done on
189
* same thread, rather than get this to call a method in
LatinIME
. This is because
InputLogic.java
40
import com.android.inputmethod.latin.
LatinIME
;
76
final
LatinIME
mLatinIME;
114
* @param
latinIME
the instance of the parent
LatinIME
. We should remove this when we can.
119
public InputLogic(final
LatinIME
latinIME
,
122
mLatinIME =
latinIME
;
125
mConnection = new RichInputConnection(
latinIME
);
214
// create several instances of
LatinIME
in the same process, which results in several
235
final int keyboardShiftMode, final
LatinIME
.UIHandler handler)
[
all
...]
/packages/services/Car/car_product/build/
car_base.mk
36
LatinIME
\
/packages/inputmethods/LatinIME/native/jni/
run-tests.sh
63
mmm -j16 packages/inputmethods/
LatinIME
/native/jni || \
/packages/inputmethods/LatinIME/java/
Android.mk
22
LOCAL_PACKAGE_NAME :=
LatinIME
29
android-common inputmethod-common android-support-v4 jsr305
latinime
-common
/packages/inputmethods/LatinIME/tests/
Android.mk
34
LOCAL_INSTRUMENTATION_FOR :=
LatinIME
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java
34
import com.android.inputmethod.latin.
LatinIME
;
56
private
LatinIME
mLatinIME;
79
public static void init(final
LatinIME
latinIme
) {
80
sInstance.initInternal(
latinIme
);
83
private void initInternal(final
LatinIME
latinIme
) {
84
mLatinIME =
latinIme
;
186
// when a keyboard layout set doesn't get reloaded in
LatinIME
.onStartInputViewInternal().
284
// @see
LatinIME
#onComputeInset(android.inputmethodservice.InputMethodService.Insets
[
all
...]
/device/generic/armv7-a-neon/
mini_common.mk
31
LatinIME
\
/device/google/marlin/common/
base.mk
645
LatinIME
\
Completed in 585 milliseconds