Searched refs:PinyinIME (Results 1 – 7 of 7) sorted by relevance
107 PinyinIME.DecodingInfo mDecInfo;141 public void setDecodingInfo(PinyinIME.DecodingInfo decInfo, in setDecodingInfo()142 PinyinIME.ImeState imeStatus) { in setDecodingInfo()145 if (PinyinIME.ImeState.STATE_INPUT == imeStatus) { in setDecodingInfo()
19 import com.android.inputmethod.pinyin.PinyinIME.DecodingInfo;192 public void showCandidates(PinyinIME.DecodingInfo decInfo, in showCandidates()
258 private PinyinIME mImeService;375 public InputModeSwitcher(PinyinIME imeService) { in InputModeSwitcher()
57 public class PinyinIME extends InputMethodService { class1220 InputMethodManager.getInstance(PinyinIME.this) in showOptionsMenu()1239 intent.setClass(PinyinIME.this, SettingsActivity.class); in launchSettings()1285 PinyinIME mIme;1287 ChoiceNotifier(PinyinIME ime) { in ChoiceNotifier()
313 ((PinyinIME) mService).responseSoftKeyEvent(sKey); in responseKeyEvent()
19 import com.android.inputmethod.pinyin.PinyinIME.DecodingInfo;
10 LOCAL_PACKAGE_NAME := PinyinIME