HomeSort by relevance Sort by last modified time
    Searched refs:actionId (Results 26 - 50 of 128) sorted by null

12 3 4 5 6

  /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/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientAutoCompleteView.java 283 public boolean onEditorAction(final TextView view, final int actionId, final KeyEvent event) {
284 if (actionId == EditorInfo.IME_ACTION_DONE) {
287 return super.onEditorAction(view, actionId, event);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java 267 public static String actionName(final int actionId) {
268 return (actionId == InputTypeUtils.IME_ACTION_CUSTOM_LABEL) ? "actionCustomLabel"
269 : EditorInfoCompatUtils.imeActionName(actionId);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedActionAdapter.java 458 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
459 if (DEBUG_EDIT) Log.v(TAG_EDIT, "IME action: " + actionId);
461 if (actionId == EditorInfo.IME_ACTION_NEXT ||
462 actionId == EditorInfo.IME_ACTION_DONE) {
465 } else if (actionId == EditorInfo.IME_ACTION_NONE) {
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsRowView.java 221 public void onActionEnabledChanged(@TimeShiftActionId int actionId, boolean enabled) {
226 ((actionId == TimeShiftManager.TIME_SHIFT_ACTION_ID_JUMP_TO_PREVIOUS
228 || (actionId == TimeShiftManager.TIME_SHIFT_ACTION_ID_REWIND
230 || (actionId == TimeShiftManager.TIME_SHIFT_ACTION_ID_FAST_FORWARD
232 || (actionId == TimeShiftManager.TIME_SHIFT_ACTION_ID_JUMP_TO_NEXT
  /frameworks/support/v17/tests/src/android/support/v17/leanback/app/wizard/
GuidedStepAttributesTest.java 424 for(int actionId = 0; actionId < NUM_RADIO_ACTIONS; actionId++) {
425 final int id = actionId;
438 NUM_RADIO_ACTIONS, NUM_CHECK_BOX_ACTIONS, actionId);
442 for(int actionId = 0; actionId < NUM_CHECK_BOX_ACTIONS; actionId++) {
443 final int id = actionId;
456 NUM_RADIO_ACTIONS, NUM_CHECK_BOX_ACTIONS, NUM_RADIO_ACTIONS + actionId);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 95 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
97 && (actionId == EditorInfo.IME_ACTION_DONE
98 || actionId == EditorInfo.IME_ACTION_NEXT
99 || actionId == EditorInfo.IME_ACTION_SEND);
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java 503 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
505 if (actionId == EditorInfo.IME_NULL
506 || actionId == EditorInfo.IME_ACTION_DONE
507 || actionId == EditorInfo.IME_ACTION_NEXT) {
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 234 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
235 if (actionId == EditorInfo.IME_ACTION_GO) {
  /developers/samples/android/security/FingerprintDialog/Application/src/main/java/com/example/android/fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 234 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
235 if (actionId == EditorInfo.IME_ACTION_GO) {
  /development/samples/browseable/FingerprintDialog/src/com.example.android.fingerprintdialog/
FingerprintAuthenticationDialogFragment.java 234 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
235 if (actionId == EditorInfo.IME_ACTION_GO) {
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
CreateDirectoryFragment.java 92 TextView view, int actionId, @Nullable KeyEvent event) {
93 if ((actionId == EditorInfo.IME_ACTION_DONE) || (event != null
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
RenameDocumentFragment.java 103 TextView view, int actionId, @Nullable KeyEvent event) {
104 if ((actionId == EditorInfo.IME_ACTION_DONE) || (event != null
  /packages/apps/DeskClock/src/com/android/deskclock/
LabelDialogFragment.java 173 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
174 if (actionId == EditorInfo.IME_ACTION_DONE) {
  /packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
AutoCompleteEditTextPreference.java 74 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
75 if (actionId == EditorInfo.IME_ACTION_DONE) {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNameDialogFragment.java 138 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
139 if (actionId == EditorInfo.IME_ACTION_DONE) {
  /packages/apps/TV/src/com/android/tv/
TimeShiftManager.java 405 void enableAction(@TimeShiftActionId int actionId, boolean enable) {
408 mEnabledActionIds |= actionId;
410 mEnabledActionIds &= ~actionId;
414 mListener.onActionEnabledChanged(actionId, enable);
418 public boolean isActionEnabled(@TimeShiftActionId int actionId) {
419 return (mEnabledActionIds & actionId) == actionId;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MaterialSearchActionView.java 231 public boolean onEditorAction(TextView textView, int actionId, KeyEvent keyEvent) {
232 if (actionId == EditorInfo.IME_ACTION_SEARCH) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
InteractiveVerifierActivity.java 225 protected View createUserItem(ViewGroup parent, int actionId, int messageId,
231 button.setText(actionId);
232 button.setTag(actionId);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothPairingDialog.java 359 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
361 if (actionId == EditorInfo.IME_ACTION_NEXT ||
362 (actionId == EditorInfo.IME_NULL &&
  /developers/build/prebuilts/gradle/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/build/prebuilts/gradle/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/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) {
  /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) {

Completed in 1092 milliseconds

12 3 4 5 6