2012-03-23 04:12:19 +00:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2012 The Android Open Source Project
|
|
|
|
*
|
2013-02-12 07:15:47 +00:00
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
* You may obtain a copy of the License at
|
2012-03-23 04:12:19 +00:00
|
|
|
*
|
2013-02-12 07:15:47 +00:00
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
2012-03-23 04:12:19 +00:00
|
|
|
*
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
2013-02-12 07:15:47 +00:00
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
* limitations under the License.
|
2012-03-23 04:12:19 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
package com.android.inputmethod.latin;
|
|
|
|
|
|
|
|
import android.content.Context;
|
|
|
|
import android.content.SharedPreferences;
|
|
|
|
import android.os.Looper;
|
|
|
|
import android.preference.PreferenceManager;
|
|
|
|
import android.test.ServiceTestCase;
|
|
|
|
import android.text.InputType;
|
|
|
|
import android.text.SpannableStringBuilder;
|
2012-05-18 10:10:48 +00:00
|
|
|
import android.text.style.CharacterStyle;
|
2012-03-23 04:12:19 +00:00
|
|
|
import android.text.style.SuggestionSpan;
|
2014-01-08 09:59:43 +00:00
|
|
|
import android.util.Log;
|
2012-03-23 04:12:19 +00:00
|
|
|
import android.view.LayoutInflater;
|
|
|
|
import android.view.View;
|
2012-03-28 11:21:26 +00:00
|
|
|
import android.view.ViewGroup;
|
2012-03-23 04:12:19 +00:00
|
|
|
import android.view.inputmethod.EditorInfo;
|
|
|
|
import android.view.inputmethod.InputConnection;
|
2013-12-13 08:09:16 +00:00
|
|
|
import android.view.inputmethod.InputMethodSubtype;
|
2013-05-01 04:33:39 +00:00
|
|
|
import android.widget.EditText;
|
2012-03-23 04:12:19 +00:00
|
|
|
import android.widget.FrameLayout;
|
|
|
|
|
2014-02-17 05:44:01 +00:00
|
|
|
import com.android.inputmethod.compat.InputMethodSubtypeCompatUtils;
|
2012-03-23 04:12:19 +00:00
|
|
|
import com.android.inputmethod.keyboard.Key;
|
|
|
|
import com.android.inputmethod.keyboard.Keyboard;
|
2013-04-04 08:45:21 +00:00
|
|
|
import com.android.inputmethod.latin.SuggestedWords.SuggestedWordInfo;
|
2014-02-13 10:31:31 +00:00
|
|
|
import com.android.inputmethod.latin.settings.DebugSettings;
|
|
|
|
import com.android.inputmethod.latin.settings.Settings;
|
2013-06-23 16:11:32 +00:00
|
|
|
import com.android.inputmethod.latin.utils.LocaleUtils;
|
2013-12-13 08:09:16 +00:00
|
|
|
import com.android.inputmethod.latin.utils.SubtypeLocaleUtils;
|
2012-03-23 04:12:19 +00:00
|
|
|
|
2012-09-04 08:44:19 +00:00
|
|
|
import java.util.Locale;
|
2014-01-08 09:59:43 +00:00
|
|
|
import java.util.concurrent.TimeUnit;
|
2012-04-02 12:31:52 +00:00
|
|
|
|
2013-05-15 03:12:58 +00:00
|
|
|
public class InputTestsBase extends ServiceTestCase<LatinIMEForTests> {
|
2014-01-08 09:59:43 +00:00
|
|
|
private static final String TAG = InputTestsBase.class.getSimpleName();
|
2012-03-23 04:12:19 +00:00
|
|
|
|
2013-12-13 08:09:16 +00:00
|
|
|
// Default value for auto-correction threshold. This is the string representation of the
|
|
|
|
// index in the resources array of auto-correction threshold settings.
|
|
|
|
private static final String DEFAULT_AUTO_CORRECTION_THRESHOLD = "1";
|
2012-03-23 04:12:19 +00:00
|
|
|
|
2013-12-13 08:09:16 +00:00
|
|
|
// The message that sets the underline is posted with a 500 ms delay
|
|
|
|
protected static final int DELAY_TO_WAIT_FOR_UNDERLINE = 500;
|
2013-09-05 08:56:00 +00:00
|
|
|
// The message that sets predictions is posted with a 200 ms delay
|
2013-08-15 07:31:29 +00:00
|
|
|
protected static final int DELAY_TO_WAIT_FOR_PREDICTIONS = 200;
|
2014-01-08 09:59:43 +00:00
|
|
|
private final int TIMEOUT_TO_WAIT_FOR_LOADING_MAIN_DICTIONARY_IN_SECONDS = 60;
|
2012-03-23 04:12:19 +00:00
|
|
|
|
|
|
|
protected LatinIME mLatinIME;
|
|
|
|
protected Keyboard mKeyboard;
|
2013-05-01 04:33:39 +00:00
|
|
|
protected MyEditText mEditText;
|
2012-10-10 09:57:47 +00:00
|
|
|
protected View mInputView;
|
2012-03-23 04:12:19 +00:00
|
|
|
protected InputConnection mInputConnection;
|
2014-02-13 10:31:31 +00:00
|
|
|
private boolean mPreviousBigramPredictionSettings;
|
2013-12-13 08:09:16 +00:00
|
|
|
private String mPreviousAutoCorrectSetting;
|
2012-03-23 04:12:19 +00:00
|
|
|
|
|
|
|
// A helper class to ease span tests
|
2012-05-18 10:10:48 +00:00
|
|
|
public static class SpanGetter {
|
2012-03-23 04:12:19 +00:00
|
|
|
final SpannableStringBuilder mInputText;
|
2012-05-18 10:10:48 +00:00
|
|
|
final CharacterStyle mSpan;
|
2012-03-23 04:12:19 +00:00
|
|
|
final int mStart;
|
|
|
|
final int mEnd;
|
|
|
|
// The supplied CharSequence should be an instance of SpannableStringBuilder,
|
2012-05-18 10:10:48 +00:00
|
|
|
// and it should contain exactly zero or one span. Otherwise, an exception
|
2012-03-23 04:12:19 +00:00
|
|
|
// is thrown.
|
2012-05-18 10:10:48 +00:00
|
|
|
public SpanGetter(final CharSequence inputText,
|
|
|
|
final Class<? extends CharacterStyle> spanType) {
|
2012-03-23 04:12:19 +00:00
|
|
|
mInputText = (SpannableStringBuilder)inputText;
|
2012-05-18 10:10:48 +00:00
|
|
|
final CharacterStyle[] spans =
|
|
|
|
mInputText.getSpans(0, mInputText.length(), spanType);
|
2012-03-23 04:12:19 +00:00
|
|
|
if (0 == spans.length) {
|
|
|
|
mSpan = null;
|
|
|
|
mStart = -1;
|
|
|
|
mEnd = -1;
|
|
|
|
} else if (1 == spans.length) {
|
|
|
|
mSpan = spans[0];
|
|
|
|
mStart = mInputText.getSpanStart(mSpan);
|
|
|
|
mEnd = mInputText.getSpanEnd(mSpan);
|
|
|
|
} else {
|
2012-05-18 10:10:48 +00:00
|
|
|
throw new RuntimeException("Expected one span, found " + spans.length);
|
2012-03-23 04:12:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
public boolean isAutoCorrectionIndicator() {
|
2012-05-18 10:10:48 +00:00
|
|
|
return (mSpan instanceof SuggestionSpan) &&
|
|
|
|
0 != (SuggestionSpan.FLAG_AUTO_CORRECTION & ((SuggestionSpan)mSpan).getFlags());
|
2012-03-23 04:12:19 +00:00
|
|
|
}
|
2012-09-04 05:40:30 +00:00
|
|
|
public String[] getSuggestions() {
|
|
|
|
return ((SuggestionSpan)mSpan).getSuggestions();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-05-01 04:33:39 +00:00
|
|
|
// A helper class to increase control over the EditText
|
|
|
|
public static class MyEditText extends EditText {
|
2012-09-04 08:44:19 +00:00
|
|
|
public Locale mCurrentLocale;
|
2013-05-01 04:33:39 +00:00
|
|
|
public MyEditText(final Context c) {
|
2012-09-04 05:40:30 +00:00
|
|
|
super(c);
|
|
|
|
}
|
2013-05-01 04:33:39 +00:00
|
|
|
|
2013-05-01 10:01:36 +00:00
|
|
|
@Override
|
|
|
|
public void onAttachedToWindow() {
|
|
|
|
// Make onAttachedToWindow "public"
|
|
|
|
super.onAttachedToWindow();
|
|
|
|
}
|
|
|
|
|
2013-05-01 04:33:39 +00:00
|
|
|
// overriding hidden API in EditText
|
2012-09-04 08:44:19 +00:00
|
|
|
public Locale getTextServicesLocale() {
|
2013-05-01 04:33:39 +00:00
|
|
|
// This method is necessary because EditText is asking this method for the language
|
2012-09-04 08:44:19 +00:00
|
|
|
// to check the spell in. If we don't override this, the spell checker will run in
|
|
|
|
// whatever language the keyboard is currently set on the test device, ignoring any
|
|
|
|
// settings we do inside the tests.
|
|
|
|
return mCurrentLocale;
|
|
|
|
}
|
2013-05-01 04:33:39 +00:00
|
|
|
|
|
|
|
// overriding hidden API in EditText
|
|
|
|
public Locale getSpellCheckerLocale() {
|
|
|
|
// This method is necessary because EditText is asking this method for the language
|
|
|
|
// to check the spell in. If we don't override this, the spell checker will run in
|
|
|
|
// whatever language the keyboard is currently set on the test device, ignoring any
|
|
|
|
// settings we do inside the tests.
|
|
|
|
return mCurrentLocale;
|
|
|
|
}
|
|
|
|
|
2012-03-23 04:12:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
public InputTestsBase() {
|
2013-05-15 03:12:58 +00:00
|
|
|
super(LatinIMEForTests.class);
|
2012-03-23 04:12:19 +00:00
|
|
|
}
|
|
|
|
|
2012-04-16 04:03:23 +00:00
|
|
|
// TODO: Isn't there a way to make this generic somehow? We can take a <T> and return a <T>
|
|
|
|
// but we'd have to dispatch types on editor.put...() functions
|
|
|
|
protected boolean setBooleanPreference(final String key, final boolean value,
|
|
|
|
final boolean defaultValue) {
|
2012-03-23 04:12:19 +00:00
|
|
|
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(mLatinIME);
|
2012-04-16 04:03:23 +00:00
|
|
|
final boolean previousSetting = prefs.getBoolean(key, defaultValue);
|
2012-03-23 04:12:19 +00:00
|
|
|
final SharedPreferences.Editor editor = prefs.edit();
|
2012-04-16 04:03:23 +00:00
|
|
|
editor.putBoolean(key, value);
|
2013-12-13 08:09:16 +00:00
|
|
|
editor.apply();
|
|
|
|
return previousSetting;
|
|
|
|
}
|
|
|
|
|
|
|
|
protected String setStringPreference(final String key, final String value,
|
|
|
|
final String defaultValue) {
|
|
|
|
final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(mLatinIME);
|
|
|
|
final String previousSetting = prefs.getString(key, defaultValue);
|
|
|
|
final SharedPreferences.Editor editor = prefs.edit();
|
|
|
|
editor.putString(key, value);
|
|
|
|
editor.apply();
|
2012-04-16 04:03:23 +00:00
|
|
|
return previousSetting;
|
|
|
|
}
|
|
|
|
|
|
|
|
// returns the previous setting value
|
|
|
|
protected boolean setDebugMode(final boolean value) {
|
2014-02-13 10:31:31 +00:00
|
|
|
return setBooleanPreference(DebugSettings.PREF_DEBUG_MODE, value, false);
|
2012-03-23 04:12:19 +00:00
|
|
|
}
|
|
|
|
|
2013-12-20 06:00:44 +00:00
|
|
|
protected EditorInfo enrichEditorInfo(final EditorInfo ei) {
|
|
|
|
// Some tests that inherit from us need to add some data in the EditorInfo (see
|
|
|
|
// AppWorkaroundsTests#enrichEditorInfo() for a concrete example of this). Since we
|
|
|
|
// control the EditorInfo, we supply a hook here for children to override.
|
|
|
|
return ei;
|
|
|
|
}
|
|
|
|
|
2012-03-23 04:12:19 +00:00
|
|
|
@Override
|
2012-04-18 03:54:33 +00:00
|
|
|
protected void setUp() throws Exception {
|
|
|
|
super.setUp();
|
2013-05-01 04:33:39 +00:00
|
|
|
mEditText = new MyEditText(getContext());
|
2013-04-02 08:38:24 +00:00
|
|
|
final int inputType = InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_AUTO_CORRECT
|
|
|
|
| InputType.TYPE_TEXT_FLAG_MULTI_LINE;
|
2013-05-01 04:33:39 +00:00
|
|
|
mEditText.setInputType(inputType);
|
|
|
|
mEditText.setEnabled(true);
|
2012-03-23 04:12:19 +00:00
|
|
|
setupService();
|
|
|
|
mLatinIME = getService();
|
2014-04-03 07:25:05 +00:00
|
|
|
setDebugMode(true);
|
2014-02-13 10:31:31 +00:00
|
|
|
mPreviousBigramPredictionSettings = setBooleanPreference(Settings.PREF_BIGRAM_PREDICTIONS,
|
|
|
|
true, true /* defaultValue */);
|
|
|
|
mPreviousAutoCorrectSetting = setStringPreference(Settings.PREF_AUTO_CORRECTION_THRESHOLD,
|
2013-12-13 08:09:16 +00:00
|
|
|
DEFAULT_AUTO_CORRECTION_THRESHOLD, DEFAULT_AUTO_CORRECTION_THRESHOLD);
|
2012-03-23 04:12:19 +00:00
|
|
|
mLatinIME.onCreate();
|
2013-12-20 06:00:44 +00:00
|
|
|
EditorInfo ei = new EditorInfo();
|
2013-05-01 04:33:39 +00:00
|
|
|
final InputConnection ic = mEditText.onCreateInputConnection(ei);
|
2012-03-23 04:12:19 +00:00
|
|
|
final LayoutInflater inflater =
|
|
|
|
(LayoutInflater)getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
|
|
|
|
final ViewGroup vg = new FrameLayout(getContext());
|
2012-10-10 09:57:47 +00:00
|
|
|
mInputView = inflater.inflate(R.layout.input_view, vg);
|
2013-12-20 06:00:44 +00:00
|
|
|
ei = enrichEditorInfo(ei);
|
2012-06-16 00:57:46 +00:00
|
|
|
mLatinIME.onCreateInputMethodInterface().startInput(ic, ei);
|
2012-10-10 09:57:47 +00:00
|
|
|
mLatinIME.setInputView(mInputView);
|
2012-03-23 04:12:19 +00:00
|
|
|
mLatinIME.onBindInput();
|
|
|
|
mLatinIME.onCreateInputView();
|
|
|
|
mLatinIME.onStartInputView(ei, false);
|
|
|
|
mInputConnection = ic;
|
|
|
|
changeLanguage("en_US");
|
2014-01-10 12:39:02 +00:00
|
|
|
// Run messages to avoid the messages enqueued by startInputView() and its friends
|
2014-02-12 14:31:27 +00:00
|
|
|
// to run on a later call and ruin things. We need to wait first because some of them
|
|
|
|
// can be posted with a delay (notably, MSG_RESUME_SUGGESTIONS)
|
|
|
|
sleep(DELAY_TO_WAIT_FOR_PREDICTIONS);
|
2014-01-10 12:39:02 +00:00
|
|
|
runMessages();
|
2012-03-23 04:12:19 +00:00
|
|
|
}
|
|
|
|
|
2013-12-13 08:09:16 +00:00
|
|
|
@Override
|
2014-02-13 10:31:31 +00:00
|
|
|
protected void tearDown() throws Exception {
|
2014-04-07 13:32:06 +00:00
|
|
|
mLatinIME.onFinishInputView(true);
|
|
|
|
mLatinIME.onFinishInput();
|
|
|
|
runMessages();
|
2013-12-13 08:09:16 +00:00
|
|
|
mLatinIME.mHandler.removeAllMessages();
|
2014-02-13 10:31:31 +00:00
|
|
|
setBooleanPreference(Settings.PREF_BIGRAM_PREDICTIONS, mPreviousBigramPredictionSettings,
|
|
|
|
true /* defaultValue */);
|
|
|
|
setStringPreference(Settings.PREF_AUTO_CORRECTION_THRESHOLD, mPreviousAutoCorrectSetting,
|
2013-12-13 08:09:16 +00:00
|
|
|
DEFAULT_AUTO_CORRECTION_THRESHOLD);
|
2014-04-03 07:25:05 +00:00
|
|
|
setDebugMode(false);
|
2014-04-07 13:32:06 +00:00
|
|
|
mLatinIME.recycle();
|
2014-02-13 10:31:31 +00:00
|
|
|
super.tearDown();
|
2014-04-07 13:32:06 +00:00
|
|
|
mLatinIME = null;
|
2013-12-13 08:09:16 +00:00
|
|
|
}
|
|
|
|
|
2012-03-23 04:12:19 +00:00
|
|
|
// We need to run the messages added to the handler from LatinIME. The only way to do
|
|
|
|
// that is to call Looper#loop() on the right looper, so we're going to get the looper
|
|
|
|
// object and call #loop() here. The messages in the handler actually run on the UI
|
|
|
|
// thread of the keyboard by design of the handler, so we want to call it synchronously
|
|
|
|
// on the same thread that the tests are running on to mimic the actual environment as
|
|
|
|
// closely as possible.
|
|
|
|
// Now, Looper#loop() never exits in normal operation unless the Looper#quit() method
|
2013-04-12 08:04:54 +00:00
|
|
|
// is called, which has a lot of bad side effects. We can however just throw an exception
|
|
|
|
// in the runnable which will unwind the stack and allow us to exit.
|
|
|
|
private final class InterruptRunMessagesException extends RuntimeException {
|
|
|
|
// Empty class
|
|
|
|
}
|
2012-03-23 04:12:19 +00:00
|
|
|
protected void runMessages() {
|
|
|
|
mLatinIME.mHandler.post(new Runnable() {
|
|
|
|
@Override
|
|
|
|
public void run() {
|
2013-04-12 08:04:54 +00:00
|
|
|
throw new InterruptRunMessagesException();
|
2012-03-23 04:12:19 +00:00
|
|
|
}
|
|
|
|
});
|
|
|
|
try {
|
2013-04-12 08:04:54 +00:00
|
|
|
Looper.loop();
|
|
|
|
} catch (InterruptRunMessagesException e) {
|
|
|
|
// Resume normal operation
|
2012-03-23 04:12:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// type(int) and type(String): helper methods to send a code point resp. a string to LatinIME.
|
|
|
|
protected void type(final int codePoint) {
|
|
|
|
// onPressKey and onReleaseKey are explicitly deactivated here, but they do happen in the
|
|
|
|
// code (although multitouch/slide input and other factors make the sequencing complicated).
|
|
|
|
// They are supposed to be entirely deconnected from the input logic from LatinIME point of
|
|
|
|
// view and only delegates to the parts of the code that care. So we don't include them here
|
|
|
|
// to keep these tests as pinpoint as possible and avoid bringing it too many dependencies,
|
|
|
|
// but keep them in mind if something breaks. Commenting them out as is should work.
|
2013-08-13 03:15:03 +00:00
|
|
|
//mLatinIME.onPressKey(codePoint, 0 /* repeatCount */, true /* isSinglePointer */);
|
|
|
|
final Key key = mKeyboard.getKey(codePoint);
|
|
|
|
if (key != null) {
|
2013-08-12 09:05:11 +00:00
|
|
|
final int x = key.getX() + key.getWidth() / 2;
|
|
|
|
final int y = key.getY() + key.getHeight() / 2;
|
2013-08-13 03:15:03 +00:00
|
|
|
mLatinIME.onCodeInput(codePoint, x, y);
|
|
|
|
return;
|
2012-03-23 04:12:19 +00:00
|
|
|
}
|
2012-08-21 05:05:57 +00:00
|
|
|
mLatinIME.onCodeInput(codePoint, Constants.NOT_A_COORDINATE, Constants.NOT_A_COORDINATE);
|
2013-08-13 03:15:03 +00:00
|
|
|
//mLatinIME.onReleaseKey(codePoint, false /* withSliding */);
|
2012-03-23 04:12:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
protected void type(final String stringToType) {
|
|
|
|
for (int i = 0; i < stringToType.length(); i = stringToType.offsetByCodePoints(i, 1)) {
|
|
|
|
type(stringToType.codePointAt(i));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-02-20 13:20:43 +00:00
|
|
|
protected void waitForDictionariesToBeLoaded() {
|
2014-01-08 09:59:43 +00:00
|
|
|
try {
|
2014-02-20 13:20:43 +00:00
|
|
|
mLatinIME.waitForLoadingDictionaries(
|
2014-01-08 09:59:43 +00:00
|
|
|
TIMEOUT_TO_WAIT_FOR_LOADING_MAIN_DICTIONARY_IN_SECONDS, TimeUnit.SECONDS);
|
|
|
|
} catch (InterruptedException e) {
|
|
|
|
Log.e(TAG, "Interrupted during waiting for loading main dictionary.", e);
|
2012-03-23 04:12:19 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
protected void changeLanguage(final String locale) {
|
2013-10-08 05:00:57 +00:00
|
|
|
changeLanguageWithoutWait(locale);
|
2014-02-20 13:20:43 +00:00
|
|
|
waitForDictionariesToBeLoaded();
|
2013-10-08 05:00:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
protected void changeLanguageWithoutWait(final String locale) {
|
2013-05-01 04:33:39 +00:00
|
|
|
mEditText.mCurrentLocale = LocaleUtils.constructLocaleFromString(locale);
|
2014-02-17 05:44:01 +00:00
|
|
|
// TODO: this is forcing a QWERTY keyboard for all locales, which is wrong.
|
|
|
|
// It's still better than using whatever keyboard is the current one, but we
|
|
|
|
// should actually use the default keyboard for this locale.
|
|
|
|
// TODO: Use {@link InputMethodSubtype.InputMethodSubtypeBuilder} directly or indirectly so
|
|
|
|
// that {@link InputMethodSubtype#isAsciiCapable} can return the correct value.
|
|
|
|
final String EXTRA_VALUE_FOR_TEST =
|
|
|
|
"KeyboardLayoutSet=" + SubtypeLocaleUtils.QWERTY
|
|
|
|
+ "," + Constants.Subtype.ExtraValue.ASCII_CAPABLE
|
|
|
|
+ "," + Constants.Subtype.ExtraValue.ENABLED_WHEN_DEFAULT_IS_NOT_ASCII_CAPABLE
|
|
|
|
+ "," + Constants.Subtype.ExtraValue.EMOJI_CAPABLE;
|
|
|
|
final InputMethodSubtype subtype = InputMethodSubtypeCompatUtils.newInputMethodSubtype(
|
|
|
|
R.string.subtype_no_language_qwerty,
|
|
|
|
R.drawable.ic_ime_switcher_dark,
|
|
|
|
locale,
|
|
|
|
Constants.Subtype.KEYBOARD_MODE,
|
|
|
|
EXTRA_VALUE_FOR_TEST,
|
|
|
|
false /* isAuxiliary */,
|
|
|
|
false /* overridesImplicitlyEnabledSubtype */,
|
|
|
|
0 /* id */);
|
2013-12-13 08:09:16 +00:00
|
|
|
SubtypeSwitcher.getInstance().forceSubtype(subtype);
|
2012-08-22 01:19:56 +00:00
|
|
|
mLatinIME.loadKeyboard();
|
2013-06-24 06:40:53 +00:00
|
|
|
runMessages();
|
2012-08-22 01:19:56 +00:00
|
|
|
mKeyboard = mLatinIME.mKeyboardSwitcher.getKeyboard();
|
2014-02-20 13:20:43 +00:00
|
|
|
mLatinIME.clearPersonalizedDictionariesForTest();
|
2012-03-23 04:12:19 +00:00
|
|
|
}
|
|
|
|
|
2013-08-15 07:31:29 +00:00
|
|
|
protected void changeKeyboardLocaleAndDictLocale(final String keyboardLocale,
|
|
|
|
final String dictLocale) {
|
|
|
|
changeLanguage(keyboardLocale);
|
|
|
|
if (!keyboardLocale.equals(dictLocale)) {
|
2014-01-08 09:59:43 +00:00
|
|
|
mLatinIME.replaceDictionariesForTest(LocaleUtils.constructLocaleFromString(dictLocale));
|
2013-08-15 07:31:29 +00:00
|
|
|
}
|
2014-02-20 13:20:43 +00:00
|
|
|
waitForDictionariesToBeLoaded();
|
2013-08-15 07:31:29 +00:00
|
|
|
}
|
|
|
|
|
2012-10-03 06:19:43 +00:00
|
|
|
protected void pickSuggestionManually(final int index, final String suggestion) {
|
2013-04-04 08:45:21 +00:00
|
|
|
mLatinIME.pickSuggestionManually(index, new SuggestedWordInfo(suggestion, 1,
|
2013-08-20 07:11:03 +00:00
|
|
|
SuggestedWordInfo.KIND_CORRECTION, null /* sourceDict */,
|
2013-08-20 09:00:21 +00:00
|
|
|
SuggestedWordInfo.NOT_AN_INDEX /* indexOfTouchPointOfSecondWord */,
|
|
|
|
SuggestedWordInfo.NOT_A_CONFIDENCE /* autoCommitFirstWordConfidence */));
|
2012-04-12 04:42:22 +00:00
|
|
|
}
|
2012-03-23 04:12:19 +00:00
|
|
|
|
|
|
|
// Helper to avoid writing the try{}catch block each time
|
|
|
|
protected static void sleep(final int milliseconds) {
|
|
|
|
try {
|
|
|
|
Thread.sleep(milliseconds);
|
|
|
|
} catch (InterruptedException e) {}
|
|
|
|
}
|
|
|
|
}
|