Searched refs:PinyinIME (Results 1 - 7 of 7) sorted by relevance

/packages/inputmethods/PinyinIME/
H A DAndroid.mk10 LOCAL_PACKAGE_NAME := PinyinIME
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DComposingView.java68 * {@link PinyinIME.ImeState#STATE_INPUT}, otherwise, the IME's status
69 * should be {@link PinyinIME.ImeState#STATE_COMPOSING}.
107 PinyinIME.DecodingInfo mDecInfo;
136 * {@link PinyinIME.ImeState#STATE_INPUT}, the composing view's status will
141 public void setDecodingInfo(PinyinIME.DecodingInfo decInfo,
142 PinyinIME.ImeState imeStatus) {
145 if (PinyinIME.ImeState.STATE_INPUT == imeStatus) {
H A DCandidatesContainer.java19 import com.android.inputmethod.pinyin.PinyinIME.DecodingInfo;
192 public void showCandidates(PinyinIME.DecodingInfo decInfo,
H A DInputModeSwitcher.java258 private PinyinIME mImeService;
375 public InputModeSwitcher(PinyinIME imeService) {
H A DPinyinIME.java57 public class PinyinIME extends InputMethodService { class in inherits:InputMethodService
61 static final String TAG = "PinyinIME";
153 * @see com.android.inputmethod.pinyin.PinyinIME.ImeState
1220 InputMethodManager.getInstance(PinyinIME.this)
1239 intent.setClass(PinyinIME.this, SettingsActivity.class);
1285 PinyinIME mIme;
1287 ChoiceNotifier(PinyinIME ime) {
H A DSkbContainer.java313 ((PinyinIME) mService).responseSoftKeyEvent(sKey);
H A DCandidateView.java19 import com.android.inputmethod.pinyin.PinyinIME.DecodingInfo;

Completed in 211 milliseconds