Searched refs:LatinIME (Results 1 - 16 of 16) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/compat/com/android/inputmethod/latin/
H A DLatinIME.java19 public class LatinIME { class
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DLatinIMEForTests.java19 public class LatinIMEForTests extends LatinIME {
H A DInputTestsBase.java76 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/
H A Drun_tests.sh32 (mmm -j16 packages/inputmethods/LatinIME/native/dicttoolkit) || (make -j16 $test_name)
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryDumpBroadcastReceiver.java31 final LatinIME mLatinIme;
33 public DictionaryDumpBroadcastReceiver(final LatinIME latinIme) {
H A DDictionaryPackInstallBroadcastReceiver.java47 final LatinIME mService;
58 public DictionaryPackInstallBroadcastReceiver(final LatinIME service) {
H A DLatinIME.java113 public class LatinIME extends InputMethodService implements KeyboardActionListener, class in inherits:InputMethodService,KeyboardActionListener,SuggestionStripView.Listener,SuggestionStripViewAccessor,DictionaryFacilitator.DictionaryInitializationListener,PermissionsManager.PermissionsResultCallback
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();
214 final LatinIME latinIme = getOwnerInstance();
296 final LatinIME latinIme = getOwnerInstance();
416 final LatinIME latinIme = getOwnerInstance();
431 private void executePendingImsCallback(final LatinIME latinIm
549 public LatinIME() { method in class:LatinIME
[all...]
H A DRichInputConnection.java118 * This contains the currently composing text, as LatinIME thinks the TextView is seeing it.
185 ((LatinIME)mParent).debugDumpStateAndCrashWithException(context);
678 ((LatinIME)mParent).debugDumpStateAndCrashWithException(context);
858 * LatinIME's internal accounting. If this is not a belated expected update, then it should
/packages/inputmethods/LatinIME/tools/dicttool/tests/etc/
H A Dtest-dicttool.sh26 DICTTOOL_UNITTEST=true mmm -j8 packages/inputmethods/LatinIME/tools/dicttool
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogicHandler.java24 import com.android.inputmethod.latin.LatinIME;
35 final LatinIME mLatinIME;
70 public InputLogicHandler(final LatinIME latinIME, final InputLogic inputLogic) {
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
H A DInputLogic.java40 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,
214 // create several instances of LatinIME in the same process, which results in several
235 final int keyboardShiftMode, final LatinIME.UIHandler handler) {
275 final int currentKeyboardScriptId, final LatinIME.UIHandler handler) {
439 final int currentKeyboardScriptId, final LatinIME.UIHandler handler) {
494 final KeyboardSwitcher keyboardSwitcher, final LatinIME.UIHandler handler) {
570 public void onCancelBatchInput(final LatinIME
[all...]
/packages/inputmethods/LatinIME/native/jni/
H A Drun-tests.sh63 mmm -j16 packages/inputmethods/LatinIME/native/jni || \
/packages/services/Car/car_product/build/
H A Dcar_base.mk35 LatinIME \
/packages/inputmethods/LatinIME/java/
H A DAndroid.mk22 LOCAL_PACKAGE_NAME := LatinIME
/packages/inputmethods/LatinIME/tests/
H A DAndroid.mk34 LOCAL_INSTRUMENTATION_FOR := LatinIME
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java34 import com.android.inputmethod.latin.LatinIME;
56 private LatinIME mLatinIME;
79 public static void init(final LatinIME latinIme) {
83 private void initInternal(final LatinIME latinIme) {
186 // when a keyboard layout set doesn't get reloaded in LatinIME.onStartInputViewInternal().
284 // @see LatinIME#onComputeInset(android.inputmethodservice.InputMethodService.Insets)
300 // @see LatinIME#onComputeInset(android.inputmethodservice.InputMethodService.Insets)

Completed in 588 milliseconds