Searched defs:getAction (Results 1 - 11 of 11) sorted by path

/frameworks/base/core/java/android/content/
H A DIntent.java3938 public String getAction() { method in class:Intent
4697 * <p>If {@link #getAction} is non-NULL, the activity must handle this
4793 * @see #getAction
6835 final String action = getAction();
H A DIntentFilter.java457 public final String getAction(int index) { method in class:IntentFilter
1071 return match(intent.getAction(), type, intent.getScheme(),
1081 * @param action The intent action to match against (Intent.getAction).
1097 * @see Intent#getAction
/frameworks/base/core/java/android/view/
H A DDragEvent.java30 * View objects that receive a DragEvent call {@link #getAction()}, which returns
43 * following table. Each possible {@link #getAction()} value is listed in the first column. The
44 * other columns indicate which method or methods return valid data for that getAction() value:
48 * <th scope="col">getAction() Value</th>
112 * The {@link android.view.DragEvent#getAction()},
144 * Action constant returned by {@link #getAction()}: Signals the start of a
163 * Action constant returned by {@link #getAction()}: Sent to a View after
184 * Action constant returned by {@link #getAction()}: Signals to a View that the user
204 * Action constant returned by {@link #getAction()}: Signals to a View that the drag and drop
222 * Action constant returned by {@link #getAction()}
312 public int getAction() { method in class:DragEvent
[all...]
H A DKeyEvent.java916 * {@link #getAction} value: the key has been pressed down.
920 * {@link #getAction} value: the key has been released.
924 * {@link #getAction} value: multiple duplicate key events have
1753 * {@link #getAction()}.
2294 public final int getAction() { method in class:KeyEvent
2698 if (event.getAction() != ACTION_DOWN) {
H A DMotionEvent.java231 * unmasked action returned by {@link #getAction}.
242 * unmasked action returned by {@link #getAction}.
1700 public final int getAction() { method in class:MotionEvent
2982 msg.append("MotionEvent { action=").append(actionToString(getAction()));
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java251 * <li>{@link #getAction()} - Gets traversal action which specifies the direction.</li>
873 public int getAction() { method in class:AccessibilityEvent
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjectorFallback.java139 if (event.getAction() == KeyEvent.ACTION_UP) {
160 String contentDescription = Integer.toHexString(binding.getAction(i));
518 public int getAction(int index) { method in class:AccessibilityInjectorFallback.AccessibilityWebContentKeyBinding
/frameworks/base/include/androidfw/
H A DInput.h268 inline int32_t getAction() const { return mAction; } function in class:android::KeyEvent
327 inline int32_t getAction() const { return mAction; } function in class:android::MotionEvent
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java757 private String getAction() { method in class:SipService.AutoRegistrationProcess
H A DSipWakeupTimer.java68 IntentFilter filter = new IntentFilter(getAction());
226 Intent intent = new Intent(getAction());
238 String action = intent.getAction();
239 if (getAction().equals(action)
286 private String getAction() { method in class:SipWakeupTimer
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java220 if (event.getAction() == MotionEvent.ACTION_UP) {
2858 getAction(newMode).addParams(params);
2875 private EditModeActionBase getAction(int mode) { method in class:EditStyledText.EditModeActions
2890 EditModeActionBase action = getAction(mode);

Completed in 744 milliseconds