HomeSort by relevance Sort by last modified time
    Searched defs:pinyin (Results 1 - 23 of 23) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateViewListener.java 17 package com.android.inputmethod.pinyin;
KeyMapDream.java 17 package com.android.inputmethod.pinyin;
EnglishInputProcessor.java 17 package com.android.inputmethod.pinyin;
SoundManager.java 17 package com.android.inputmethod.pinyin;
SkbPool.java 17 package com.android.inputmethod.pinyin;
Settings.java 17 package com.android.inputmethod.pinyin;
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.
Environment.java 17 package com.android.inputmethod.pinyin;
PinyinDecoderService.java 17 package com.android.inputmethod.pinyin;
19 import com.android.inputmethod.pinyin.IPinyinDecoderService;
SettingsActivity.java 17 package com.android.inputmethod.pinyin;
28 import com.android.inputmethod.pinyin.Settings;
34 * Setting activity of Pinyin IME.
SkbTemplate.java 17 package com.android.inputmethod.pinyin;
SoftKey.java 17 package com.android.inputmethod.pinyin;
25 * @see com.android.inputmethod.pinyin.SoftKeyToggle
SoftKeyToggle.java 17 package com.android.inputmethod.pinyin;
25 * @see com.android.inputmethod.pinyin.SoftKey
BalloonHint.java 17 package com.android.inputmethod.pinyin;
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
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
SkbContainer.java 17 package com.android.inputmethod.pinyin;
62 * @see com.android.inputmethod.pinyin.InputModeSwitcher for detailed layout
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;
XmlKeyboardLoader.java 17 package com.android.inputmethod.pinyin;
19 import com.android.inputmethod.pinyin.SoftKeyboard.KeyRow;
    [all...]
PinyinIME.java 17 package com.android.inputmethod.pinyin;
55 * Main class of the Pinyin input method.
153 * @see com.android.inputmethod.pinyin.PinyinIME.ImeState
158 * The decoding information, include spelling(Pinyin) string, decoding
457 // in Pinyin string.
626 // in Pinyin string.
    [all...]
  /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...]

Completed in 392 milliseconds