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 33 LatinIME \
sdk.mk 46 LatinIME \
mini.mk 150 LatinIME \
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 32 final LatinIME mService;
39 public DictionaryPackInstallBroadcastReceiver(final LatinIME service) {
LatinImeLogger.java 34 public static void init(LatinIME context, SharedPreferences prefs) {
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
SubtypeSwitcher.java 45 private /* final */ LatinIME mService;
56 // Note: This variable is always non-null after {@link #initialize(LatinIME)}.
84 public static void init(LatinIME service) {
94 private void initialize(LatinIME service) {
120 // Update parameters which are changed outside LatinIME. This parameters affect UI so they
181 // Update the current subtype. LatinIME.onCurrentInputMethodSubtypeChanged calls this function.
LatinIME.java 85 public class LatinIME extends InputMethodService implements KeyboardActionListener,
87 private static final String TAG = LatinIME.class.getSimpleName();
128 // Double space: the state where the user pressed space twice quickly, which LatinIME
204 public static class UIHandler extends StaticInnerHandlerWrapper<LatinIME> {
215 public UIHandler(LatinIME outerInstance) {
231 final LatinIME latinIme = getOuterInstance();
232 final KeyboardSwitcher switcher = latinIme.mKeyboardSwitcher;
235 latinIme.updateSuggestions();
241 latinIme.updateBigramPredictions()
    [all...]
Utils.java 189 if (!((LatinIME)mContext).isWordSeparator(c)) {
195 if (!((LatinIME)mContext).isWordSeparator(c)) {
  /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;
93 super(LatinIME.class);
160 fail("LatinIME is not found");
163 // We need to run the messages added to the handler from LatinIME. The only way to do
208 // type(int) and type(String): helper methods to send a code point resp. a string to LatinIME.
212 // 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 36 import com.android.inputmethod.latin.LatinIME;
75 private LatinIME mLatinIME;
99 public static void init(LatinIME latinIme, SharedPreferences prefs) {
100 sInstance.initInternal(latinIme, prefs);
103 private void initInternal(LatinIME latinIme, SharedPreferences prefs) {
104 mLatinIME = latinIme;
105 mResources = latinIme.getResources();
109 setContextThemeWrapper(latinIme, getKeyboardTheme(latinIme, prefs))
    [all...]
LatinKeyboardView.java 46 import com.android.inputmethod.latin.LatinIME;
568 if (invokeCustomRequest(LatinIME.CODE_SHOW_INPUT_METHOD_PICKER)) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 40 import com.android.inputmethod.latin.LatinIME;
62 * Service for spell checking, using LatinIME's dictionaries and mechanisms.
160 if (LatinIME.USE_BINARY_CONTACTS_DICTIONARY) {
429 if (LatinIME.USE_BINARY_USER_DICTIONARY) {
448 if (LatinIME.USE_BINARY_CONTACTS_DICTIONARY) {
    [all...]

Completed in 123 milliseconds