/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/ |
BluetoothChatFragment.java | 231 public boolean onEditorAction(TextView view, int actionId, KeyEvent event) { 233 if (actionId == EditorInfo.IME_NULL && event.getAction() == KeyEvent.ACTION_UP) {
|
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/ |
FingerprintAuthenticationDialogFragment.java | 274 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 275 if (actionId == EditorInfo.IME_ACTION_GO) {
|
/developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/ |
ChatActivity.java | 116 public boolean onEditorAction(TextView editText, int actionId, KeyEvent event) { 117 if (actionId != EditorInfo.IME_ACTION_NONE) {
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChat.java | 222 public boolean onEditorAction(TextView view, int actionId, KeyEvent event) { 224 if (actionId == EditorInfo.IME_NULL && event.getAction() == KeyEvent.ACTION_UP) {
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/ |
FingerprintAuthenticationDialogFragment.java | 274 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { 275 if (actionId == EditorInfo.IME_ACTION_GO) {
|
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/ |
BluetoothChatFragment.java | 231 public boolean onEditorAction(TextView view, int actionId, KeyEvent event) { 233 if (actionId == EditorInfo.IME_NULL && event.getAction() == KeyEvent.ACTION_UP) {
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityNodeInfo.java | [all...] |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/ |
org.eclipse.equinox.p2.engine_2.3.0.v20130526-2122.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutCanvas.java | [all...] |
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
BaseInputConnectionTest.java | 102 int actionId = 2; 105 assertFalse(mConnection.performContextMenuAction(actionId));
|
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/ |
Card.java | 283 * @param actionId 287 public Card setActionVisibility(int actionId, boolean isVisible) { 290 if (action.id == actionId && action.actionView != null) {
|
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
Card.java | 283 * @param actionId 287 public Card setActionVisibility(int actionId, boolean isVisible) { 290 if (action.id == actionId && action.actionView != null) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
KeyCodeDescriptionMapper.java | 224 final int actionId = keyboardId.imeAction(); 233 switch (actionId) {
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
ListenerBindingObject.java | 150 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
|
/packages/apps/Dialer/java/com/android/dialer/widget/ |
MessageFragment.java | 136 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
|
/packages/apps/Settings/src/com/android/settings/password/ |
ChooseLockPassword.java | [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/ |
PasswordInputWizardFragment.java | 132 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
|
TextInputWizardFragment.java | 142 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
AbstractActivityController.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
BaseLayoutRule.java | 206 final String actionId = action.getId(); 208 if (actionId.equals(ACTION_FILL_WIDTH)) { 210 } else if (actionId.equals(ACTION_FILL_HEIGHT)) { 218 String attribute = actionId.equals(ACTION_FILL_WIDTH) [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
MenuExecutor.java | 284 public ConfirmDialogListener(int actionId, ProgressListener listener) { 285 mActionId = actionId;
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
SelectedConversationsActionMenu.java | 298 * @param actionId the ID of the action: R.id.archive, R.id.delete, ... 302 private void destroy(int actionId, final Collection<Conversation> target, 305 mUpdater.delete(actionId, target, action, true);
|
/packages/apps/Settings/src/com/android/settings/ |
CryptKeeper.java | [all...] |
/packages/apps/TV/src/com/android/tv/dvr/ui/ |
DvrUiHelper.java | 193 public void onActionClick(long actionId) { 194 if (actionId == DvrGuidedStepFragment.ACTION_RECORD_ANYWAY) { 196 } else if (actionId == DvrGuidedStepFragment.ACTION_DELETE_RECORDINGS) {
|
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/ |
CarLatinIME.java | 315 // actionId regardless of its value. 316 inputConnection.performEditorAction(mEditorInfo.actionId); 449 // Note: this is different from editorInfo.actionId, hence "ImeOptionsActionId"
|