HomeSort by relevance Sort by last modified time
    Searched refs:LatinIME (Results 1 - 16 of 16) sorted by null

  /build/target/product/
large_emu_hw.mk 33 LatinIME \
generic_no_telephony.mk 34 LatinIME \
sdk.mk 48 LatinIME \
mini.mk 164 LatinIME \
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 32 final LatinIME mService;
39 public DictionaryPackInstallBroadcastReceiver(final LatinIME service) {
AudioAndHapticFeedbackManager.java 30 * It offers a consistent and simple interface that allows LatinIME to forget about the
39 public AudioAndHapticFeedbackManager(final LatinIME latinIme,
42 mVibratorUtils = VibratorUtils.getInstance(latinIme);
43 mAudioManager = (AudioManager) latinIme.getSystemService(Context.AUDIO_SERVICE);
84 // TODO: make this private when LatinIME does not call it any more
LatinImeLogger.java 34 public static void init(LatinIME context, SharedPreferences prefs) {
LatinIME.java 88 public final class LatinIME extends InputMethodService implements KeyboardActionListener,
91 private static final String TAG = LatinIME.class.getSimpleName();
111 // Double space: the state where the user pressed space twice quickly, which LatinIME
186 public static final class UIHandler extends StaticInnerHandlerWrapper<LatinIME> {
199 public UIHandler(final LatinIME outerInstance) {
215 final LatinIME latinIme = getOuterInstance();
216 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher;
219 latinIme.updateSuggestionStrip();
225 latinIme.showGesturePreviewAndSuggestionStrip((SuggestedWords)msg.obj
    [all...]
Utils.java 144 if (!((LatinIME)mContext).isWordSeparator(c)) {
150 if (!((LatinIME)mContext).isWordSeparator(c)) {
RichInputConnection.java 55 * This variable contains the value LatinIME thinks the cursor position should be at now.
66 * This contains the currently composing text, as LatinIME thinks the TextView is seeing it.
70 * This is a one-character string containing the character after the cursor. Since LatinIME
112 ((LatinIME)mParent).debugDumpStateAndCrashWithException(context);
416 ((LatinIME)mParent).debugDumpStateAndCrashWithException(context);
686 * LatinIME's internal accounting. If this is not a belated expected update, then it should
    [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 34 LOCAL_INSTRUMENTATION_FOR := LatinIME
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 46 public class InputTestsBase extends ServiceTestCase<LatinIME> {
53 protected LatinIME mLatinIME;
114 super(LatinIME.class);
180 fail("LatinIME is not found");
183 // We need to run the messages added to the handler from LatinIME. The only way to do
228 // type(int) and type(String): helper methods to send a code point resp. a string to LatinIME.
232 // They are supposed to be entirely deconnected from the input logic from LatinIME point of
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardSwitcher.java 35 import com.android.inputmethod.latin.LatinIME;
74 private LatinIME mLatinIME;
98 public static void init(LatinIME latinIme, SharedPreferences prefs) {
99 sInstance.initInternal(latinIme, prefs);
102 private void initInternal(LatinIME latinIme, SharedPreferences prefs) {
103 mLatinIME = latinIme;
104 mResources = latinIme.getResources();
108 setContextThemeWrapper(latinIme, getKeyboardTheme(latinIme, prefs))
    [all...]
MainKeyboardView.java 49 import com.android.inputmethod.latin.LatinIME;
605 if (invokeCustomRequest(LatinIME.CODE_SHOW_INPUT_METHOD_PICKER)) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java 63 import com.android.inputmethod.latin.LatinIME;
78 * Logs the use of the LatinIME keyboard.
134 // set when LatinIME should ignore an onUpdateSelection() callback that
466 public void onResearchKeySelected(final LatinIME latinIME) {
468 Toast.makeText(latinIME, R.string.research_please_exit_feedback_form,
472 presentFeedbackDialog(latinIME);
477 public void presentResearchDialog(final LatinIME latinIME) {
478 final CharSequence title = latinIME.getString(R.string.english_ime_research_log)
    [all...]

Completed in 154 milliseconds