2010-02-20 02:52:09 +00:00
|
|
|
-keep class com.android.inputmethod.latin.BinaryDictionary {
|
|
|
|
int mDictLength;
|
2010-04-29 01:12:58 +00:00
|
|
|
<init>(...);
|
|
|
|
}
|
|
|
|
|
|
|
|
-keep class com.android.inputmethod.latin.Suggest {
|
|
|
|
<init>(...);
|
2010-12-16 13:55:13 +00:00
|
|
|
com.android.inputmethod.latin.SuggestedWords getSuggestions(...);
|
|
|
|
}
|
|
|
|
|
|
|
|
-keep class com.android.inputmethod.latin.UserBigramDictionary {
|
|
|
|
void setDatabaseMax(int);
|
|
|
|
void setDatabaseDelete(int);
|
|
|
|
void waitUntilUpdateDBDone();
|
2010-12-20 11:30:26 +00:00
|
|
|
void waitForDictionaryLoading();
|
2010-02-20 02:52:09 +00:00
|
|
|
}
|