HomeSort by relevance Sort by last modified time
    Searched refs:pinyin (Results 1 - 25 of 27) sorted by null

1 2

  /packages/inputmethods/PinyinIME/lib/
Android.mk 6 com/android/inputmethod/pinyin/IPinyinDecoderService.aidl
8 LOCAL_MODULE := com.android.inputmethod.pinyin.lib
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateViewListener.java 17 package com.android.inputmethod.pinyin;
EnglishInputProcessor.java 17 package com.android.inputmethod.pinyin;
SoundManager.java 17 package com.android.inputmethod.pinyin;
SettingsActivity.java 17 package com.android.inputmethod.pinyin;
28 import com.android.inputmethod.pinyin.Settings;
34 * Setting activity of Pinyin IME.
Settings.java 17 package com.android.inputmethod.pinyin;
SkbPool.java 17 package com.android.inputmethod.pinyin;
Environment.java 17 package com.android.inputmethod.pinyin;
SoftKey.java 17 package com.android.inputmethod.pinyin;
25 * @see com.android.inputmethod.pinyin.SoftKeyToggle
PinyinDecoderService.java 17 package com.android.inputmethod.pinyin;
19 import com.android.inputmethod.pinyin.IPinyinDecoderService;
KeyMapDream.java 17 package com.android.inputmethod.pinyin;
SkbTemplate.java 17 package com.android.inputmethod.pinyin;
SoftKeyToggle.java 17 package com.android.inputmethod.pinyin;
25 * @see com.android.inputmethod.pinyin.SoftKey
CandidatesContainer.java 17 package com.android.inputmethod.pinyin;
19 import com.android.inputmethod.pinyin.PinyinIME.DecodingInfo;
InputModeSwitcher.java 17 package com.android.inputmethod.pinyin;
19 import com.android.inputmethod.pinyin.SoftKeyboard.KeyRow;
359 * {@link com.android.inputmethod.pinyin.SoftKeyboard.KeyRow} for
SoftKeyboard.java 17 package com.android.inputmethod.pinyin;
19 import com.android.inputmethod.pinyin.InputModeSwitcher.ToggleStates;
SoftKeyboardView.java 17 package com.android.inputmethod.pinyin;
19 import com.android.inputmethod.pinyin.SoftKeyboard.KeyRow;
ComposingView.java 17 package com.android.inputmethod.pinyin;
31 * View used to show composing string (The Pinyin string for the unselected
41 * {@link #SHOW_PINYIN} is used to show the current Pinyin string without
42 * highlighted effect. When user inputs Pinyin characters one by one, the
43 * Pinyin string will be shown in this mode.
46 * {@link #SHOW_STRING_LOWERCASE} is used to show the Pinyin string in
54 * {@link #EDIT_PINYIN} is used to edit the Pinyin string (shown with
58 * the middle of the Pinyin string. If the current status is
80 * the spelling(Pinyin) string, the color may be changed.
CandidateView.java 17 package com.android.inputmethod.pinyin;
19 import com.android.inputmethod.pinyin.PinyinIME.DecodingInfo;
112 * not. If user changes focus to composing view (The view to show Pinyin
XmlKeyboardLoader.java 17 package com.android.inputmethod.pinyin;
19 import com.android.inputmethod.pinyin.SoftKeyboard.KeyRow;
    [all...]
BalloonHint.java 17 package com.android.inputmethod.pinyin;
  /packages/inputmethods/PinyinIME/
Android.mk 14 LOCAL_STATIC_JAVA_LIBRARIES := com.android.inputmethod.pinyin.lib
  /packages/inputmethods/PinyinIME/lib/com/android/inputmethod/pinyin/
IPinyinDecoderService.aidl 1 /* //com/andriod/inputmethod/pinyin/IPinyinDecoderService.aidl
18 package com.android.inputmethod.pinyin;
  /frameworks/base/core/java/com/android/internal/util/
HanziToPinyin.java 27 * An object to convert Chinese character to its corresponding pinyin string.
28 * For characters with multiple possible pinyin string, only one is selected
298 /** First and last Chinese character with known Pinyin according to zh collation */
315 public static final int PINYIN = 2;
327 * Type of this token, ASCII, PINYIN or UNKNOWN.
335 * Translated string of source. For Han, target is corresponding Pinyin.
385 token.type = Token.PINYIN;
394 token.type = Token.PINYIN;
400 token.type = Token.PINYIN;
420 StringBuilder pinyin = new StringBuilder() local
    [all...]
  /build/core/
user_tags.mk 70 com.android.inputmethod.pinyin.lib \

Completed in 198 milliseconds

1 2