/packages/inputmethods/LatinIME/tools/dicttool/compat/android/view/inputmethod/ |
EditorInfo.java | 19 public class EditorInfo {
|
/frameworks/base/core/java/android/view/inputmethod/ |
EditorInfo.aidl | 19 parcelable EditorInfo;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
EditorInfoCompatUtils.java | 19 import android.view.inputmethod.EditorInfo; 24 // Note that EditorInfo.IME_FLAG_FORCE_ASCII has been introduced 27 EditorInfo.class, "IME_FLAG_FORCE_ASCII"); 41 final int actionId = imeOptions & EditorInfo.IME_MASK_ACTION; 43 case EditorInfo.IME_ACTION_UNSPECIFIED: 45 case EditorInfo.IME_ACTION_NONE: 47 case EditorInfo.IME_ACTION_GO: 49 case EditorInfo.IME_ACTION_SEARCH: 51 case EditorInfo.IME_ACTION_SEND: 53 case EditorInfo.IME_ACTION_NEXT [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
EditorInfo.java | 19 public interface EditorInfo {
|
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/ |
InputTypeActivity.java | 30 import android.view.inputmethod.EditorInfo; 55 mLayout.addView(buildEntryView(EditorInfo.TYPE_CLASS_TEXT|EditorInfo.TYPE_TEXT_VARIATION_NORMAL, 59 mLayout.addView(buildEntryView(EditorInfo.TYPE_CLASS_TEXT|EditorInfo.TYPE_TEXT_VARIATION_NORMAL|EditorInfo.TYPE_TEXT_FLAG_CAP_CHARACTERS, 63 mLayout.addView(buildEntryView(EditorInfo.TYPE_CLASS_TEXT|EditorInfo.TYPE_TEXT_VARIATION_NORMAL|EditorInfo.TYPE_TEXT_FLAG_CAP_WORDS, 67 mLayout.addView(buildEntryView(EditorInfo.TYPE_CLASS_TEXT|EditorInfo.TYPE_TEXT_VARIATION_NORMAL|EditorInfo.TYPE_TEXT_FLAG_MULTI_LINE, [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/compose/ |
EnterSubject.java | 21 import android.view.inputmethod.EditorInfo; 42 public InputConnection onCreateInputConnection(EditorInfo outAttrs) { 44 int imeActions = outAttrs.imeOptions&EditorInfo.IME_MASK_ACTION; 45 if ((imeActions&EditorInfo.IME_ACTION_NEXT) != 0) { 49 outAttrs.imeOptions |= EditorInfo.IME_ACTION_NEXT; 51 if ((outAttrs.imeOptions&EditorInfo.IME_FLAG_NO_ENTER_ACTION) != 0) { 52 outAttrs.imeOptions &= ~EditorInfo.IME_FLAG_NO_ENTER_ACTION;
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/ |
KeyboardLayoutSetNavigateMoreKeysBase.java | 20 import android.view.inputmethod.EditorInfo; 82 final EditorInfo editorInfo = new EditorInfo(); 83 editorInfo.inputType = inputType; 84 editorInfo.imeOptions = imeOptions; 85 final KeyboardLayoutSet layoutSet = createKeyboardLayoutSet(subtype, editorInfo); 124 EditorInfo.IME_NULL, 128 EditorInfo.IME_FLAG_NAVIGATE_NEXT, 132 EditorInfo.IME_FLAG_NAVIGATE_PREVIOUS [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/action/ |
KlpActionCustomTests.java | 20 import android.view.inputmethod.EditorInfo; 30 final EditorInfo editorInfo = new EditorInfo(); 31 editorInfo.imeOptions = EditorInfo.IME_ACTION_UNSPECIFIED; 32 editorInfo.actionLabel = "customLabel"; 34 doTestActionKey(tag, subtype, editorInfo, expectedKey);
|
LxxActionCustomTests.java | 20 import android.view.inputmethod.EditorInfo; 30 final EditorInfo editorInfo = new EditorInfo(); 31 editorInfo.imeOptions = EditorInfo.IME_ACTION_UNSPECIFIED; 32 editorInfo.actionLabel = "customLabel"; 34 doTestActionKey(tag, subtype, editorInfo, expectedKey);
|
KlpActionNoneTests.java | 20 import android.view.inputmethod.EditorInfo; 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey);
|
KlpActionSearchTests.java | 20 import android.view.inputmethod.EditorInfo; 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey);
|
KlpActionUnspecifiedTests.java | 20 import android.view.inputmethod.EditorInfo; 34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey);
|
LxxActionDoneTests.java | 20 import android.view.inputmethod.EditorInfo; 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_DONE, expectedKey);
|
LxxActionGoTests.java | 20 import android.view.inputmethod.EditorInfo; 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_GO, expectedKey);
|
LxxActionNextTests.java | 20 import android.view.inputmethod.EditorInfo; 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NEXT, expectedKey);
|
LxxActionNoneTests.java | 20 import android.view.inputmethod.EditorInfo; 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_NONE, expectedKey);
|
LxxActionPreviousTests.java | 20 import android.view.inputmethod.EditorInfo; 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_PREVIOUS, expectedKey);
|
LxxActionSearchTests.java | 20 import android.view.inputmethod.EditorInfo; 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEARCH, expectedKey);
|
LxxActionSendTests.java | 20 import android.view.inputmethod.EditorInfo; 33 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_SEND, expectedKey);
|
LxxActionUnspecifiedTests.java | 20 import android.view.inputmethod.EditorInfo; 34 doTestActionKey(tag, subtype, EditorInfo.IME_ACTION_UNSPECIFIED, expectedKey);
|
/packages/apps/Stk/src/com/android/stk/ |
StkDigitsKeyListener.java | 21 import android.view.inputmethod.EditorInfo; 33 return EditorInfo.TYPE_CLASS_PHONE;
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
InputViewManager.java | 21 import android.view.inputmethod.EditorInfo; 60 public void setPreferences(SharedPreferences pref, EditorInfo editor);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
InputTypeUtils.java | 20 import android.view.inputmethod.EditorInfo; 38 public static final int IME_ACTION_CUSTOM_LABEL = EditorInfo.IME_MASK_ACTION + 1; 107 public static int getImeOptionsActionIdFromEditorInfo(final EditorInfo editorInfo) { 108 if ((editorInfo.imeOptions & EditorInfo.IME_FLAG_NO_ENTER_ACTION) != 0) { 109 return EditorInfo.IME_ACTION_NONE; 110 } else if (editorInfo.actionLabel != null) { 113 // Note: this is different from editorInfo.actionId, hence "ImeOptionsActionId" 114 return editorInfo.imeOptions & EditorInfo.IME_MASK_ACTION [all...] |
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
TestsQwertyEmail.java | 21 import android.view.inputmethod.EditorInfo; 45 final EditorInfo editorInfo, final boolean voiceInputKeyEnabled, 47 final EditorInfo emailField = new EditorInfo();
|
TestsQwertyUrl.java | 21 import android.view.inputmethod.EditorInfo; 45 final EditorInfo editorInfo, final boolean voiceInputKeyEnabled, 47 final EditorInfo emailField = new EditorInfo();
|