OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PinyinIME
(Results
1 - 9
of
9
) sorted by null
/build/target/product/
full_base.mk
25
PinyinIME
\
sdk.mk
36
PinyinIME
\
/packages/inputmethods/PinyinIME/
Android.mk
10
LOCAL_PACKAGE_NAME :=
PinyinIME
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
ComposingView.java
68
* {@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) {
CandidatesContainer.java
19
import com.android.inputmethod.pinyin.
PinyinIME
.DecodingInfo;
192
public void showCandidates(
PinyinIME
.DecodingInfo decInfo,
InputModeSwitcher.java
258
private
PinyinIME
mImeService;
375
public InputModeSwitcher(
PinyinIME
imeService) {
PinyinIME.java
57
public class
PinyinIME
extends InputMethodService {
61
static final String TAG = "
PinyinIME
";
153
* @see com.android.inputmethod.pinyin.
PinyinIME
.ImeState
[
all
...]
SkbContainer.java
313
((
PinyinIME
) mService).responseSoftKeyEvent(sKey);
CandidateView.java
19
import com.android.inputmethod.pinyin.
PinyinIME
.DecodingInfo;
Completed in 71 milliseconds