/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
EditorInfoCompatUtils.java | 41 final int actionId = imeOptions & EditorInfo.IME_MASK_ACTION; 42 switch (actionId) { 60 return "actionUnknown(" + actionId + ")";
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
EditorInfoTest.java | 33 info.actionId = 1; 59 assertEquals(info.actionId, targetInfo.actionId);
|
BaseInputConnectionTest.java | 86 int actionId = 2; 89 assertFalse(mConnection.performContextMenuAction(actionId));
|
/frameworks/base/core/java/android/view/inputmethod/ |
EditorInfo.java | 229 * for the "enter" key (see {@link #actionId}). Remember the key where 243 public int actionId = 0; 356 + " actionId=" + actionId); 380 dest.writeInt(actionId); 402 res.actionId = source.readInt();
|
/packages/services/Telephony/src/com/android/phone/ |
GetPin2Screen.java | 75 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 76 if (actionId == EditorInfo.IME_ACTION_DONE) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
ShortcutNameActivity.java | 87 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 88 if (actionId == EditorInfo.IME_ACTION_DONE) {
|
ConversationUpdater.java | 81 * @param actionId the unique id for the action responsible for this delete: R.id.archive, ... 87 int actionId, final Collection<Conversation> target, final DestructiveAction action,
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardAbsKeyInputView.java | 201 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 203 if (actionId == EditorInfo.IME_NULL || actionId == EditorInfo.IME_ACTION_DONE 204 || actionId == EditorInfo.IME_ACTION_NEXT) {
|
/packages/apps/Settings/src/com/android/settings/ |
ConfirmLockPassword.java | 194 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 196 if (actionId == EditorInfo.IME_NULL 197 || actionId == EditorInfo.IME_ACTION_DONE 198 || actionId == EditorInfo.IME_ACTION_NEXT) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseViewRule.java | 163 final String actionId = isProp ? 203 final Prop prop = (props != null) ? props.get(actionId) : null; 206 editedProperty(actionId); 216 boolean isStyle = actionId.equals(ATTR_STYLE); 217 boolean isText = actionId.equals(ATTR_TEXT); 218 boolean isHint = actionId.equals(ATTR_HINT); 224 ? (isStyle ? firstNode.getStringAttr(ATTR_STYLE, actionId) 225 : firstNode.getStringAttr(ANDROID_URI, actionId)) 232 } else if (actionId.equals(ATTR_CLASS) && selectedNodes.size() >= 1 && 237 v = inputAttributeValue(firstNode, actionId); [all...] |
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/ |
TestShellToolbar.java | 88 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 89 if ((actionId != EditorInfo.IME_ACTION_GO) && (event == null ||
|
/frameworks/base/core/java/com/android/internal/app/ |
HeavyWeightSwitcherActivity.java | 104 void setIconAndText(int iconId, int actionId, int descriptionId, 119 setText(actionId, getString(actionStr, appName));
|
RestrictionsPinActivity.java | 158 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
|
/frameworks/base/tests/SerialChat/src/com/android/serialchat/ |
SerialChat.java | 105 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 106 if (/* actionId == EditorInfo.IME_ACTION_DONE && */ mSerialPort != null) { 120 Log.d(TAG, "onEditorAction " + actionId + " event: " + event);
|
/packages/apps/Browser/src/com/android/browser/ |
HttpAuthenticationDialog.java | 117 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 118 if (actionId == EditorInfo.IME_ACTION_DONE) {
|
/frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/ |
AccessoryChat.java | 154 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 155 if (actionId == EditorInfo.IME_ACTION_DONE && mOutputStream != null) { 164 Log.d(TAG, "onEditorAction " + actionId + " event: " + event);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardId.java | 253 public static String actionName(final int actionId) { 254 return (actionId == InputTypeUtils.IME_ACTION_CUSTOM_LABEL) ? "actionCustomLabel" 255 : EditorInfoCompatUtils.imeActionName(actionId);
|
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/ |
AwShellActivity.java | 116 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 117 if ((actionId != EditorInfo.IME_ACTION_GO) && (event == null ||
|
/external/chromium_org/chrome/browser/resources/file_manager/js/ |
action_choice_util.js | 45 actionId: handlers[i].id
|
/external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/ |
Shell.java | 109 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 110 if ((actionId != EditorInfo.IME_ACTION_GO) && (event == null ||
|
/packages/apps/Browser/src/com/android/browser/preferences/ |
GeneralPreferencesFragment.java | 148 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 149 if (actionId == EditorInfo.IME_ACTION_DONE) {
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
LabelDialogFragment.java | 89 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 90 if (actionId == EditorInfo.IME_ACTION_DONE) {
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
AccountServerBaseFragment.java | 273 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 274 if (actionId == EditorInfo.IME_ACTION_DONE) {
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothNameDialogFragment.java | 136 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 137 if (actionId == EditorInfo.IME_ACTION_DONE) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
KeyCodeDescriptionMapper.java | 214 final int actionId = keyboardId.imeAction(); 223 switch (actionId) {
|