mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 44f679bb: Merge "Fix running on device regression test and profile."
* commit '44f679bbd2de6068357b0717d3730350fbc8f59d': Fix running on device regression test and profile.
This commit is contained in:
commit
ea6a59ff15
@ -36,6 +36,7 @@ import android.util.Xml;
|
||||
import android.view.inputmethod.EditorInfo;
|
||||
import android.view.inputmethod.InputMethodSubtype;
|
||||
|
||||
import com.android.inputmethod.annotations.UsedForTesting;
|
||||
import com.android.inputmethod.compat.EditorInfoCompatUtils;
|
||||
import com.android.inputmethod.keyboard.internal.KeyboardBuilder;
|
||||
import com.android.inputmethod.keyboard.internal.KeyboardParams;
|
||||
@ -424,6 +425,7 @@ public final class KeyboardLayoutSet {
|
||||
SPELLCHECKER_DUMMY_KEYBOARD_HEIGHT, false);
|
||||
}
|
||||
|
||||
@UsedForTesting
|
||||
public static KeyboardLayoutSet createKeyboardSetForTest(final Context context,
|
||||
final InputMethodSubtype subtype, final int orientation,
|
||||
final boolean testCasesHaveTouchCoordinates) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user