HomeSort by relevance Sort by last modified time
    Searched refs:imeOptions (Results 1 - 15 of 15) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
EditorInfo.java 44 * Set of bits in {@link #imeOptions} that provide alternative actions
97 * Flag of {@link #imeOptions}: used to specify that the IME does not need
110 * Flag of {@link #imeOptions}: used in conjunction with
121 * Flag of {@link #imeOptions}: used in conjunction with
132 * Flag of {@link #imeOptions}: used to request that the IME never go
140 * Generic unspecified type for {@link #imeOptions}.
148 public int imeOptions = IME_NULL;
247 + " imeOptions=0x" + Integer.toHexString(imeOptions)
271 dest.writeInt(imeOptions);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
KeyboardSwitcher.java 173 void setKeyboardMode(int mode, int imeOptions, boolean enableVoice) {
176 setKeyboardMode(mode == MODE_SYMBOLS ? MODE_TEXT : mode, imeOptions, enableVoice,
180 void setKeyboardMode(int mode, int imeOptions, boolean enableVoice, boolean isSymbols) {
183 mImeOptions = imeOptions;
190 KeyboardId id = getKeyboardId(mode, imeOptions, isSymbols);
203 keyboard.setImeOptions(mContext.getResources(), mMode, imeOptions);
237 private KeyboardId getKeyboardId(int mode, int imeOptions, boolean isSymbols) {
LatinIME.java 466 attribute.imeOptions, enableVoiceButton);
470 attribute.imeOptions, enableVoiceButton);
474 attribute.imeOptions, enableVoiceButton);
494 attribute.imeOptions, enableVoiceButton);
498 attribute.imeOptions, enableVoiceButton);
501 attribute.imeOptions, enableVoiceButton);
506 attribute.imeOptions, enableVoiceButton);
532 attribute.imeOptions, enableVoiceButton);
    [all...]
  /frameworks/base/core/java/android/webkit/
WebTextView.java     [all...]
WebView.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 300 } else if ((ei.imeOptions&EditorInfo.IME_MASK_ACTION)
302 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/voice/
FieldContext.java 40 static final String IME_OPTIONS = "imeOptions";
73 bundle.putInt(IME_OPTIONS, info.imeOptions);
  /frameworks/base/core/java/android/widget/
TextView.java 260 int imeOptions = EditorInfo.IME_NULL;
671 mInputContentType.imeOptions = a.getInt(attr,
672 mInputContentType.imeOptions);
    [all...]
AbsListView.java     [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 217 mCurKeyboard.setImeOptions(getResources(), attribute.imeOptions);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
InputModeSwitcher.java 796 int action = mEditorInfo.imeOptions
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 106 milliseconds