Searched defs:getAction (Results 1 - 10 of 10) sorted by relevance

/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 DMotionEvent.java232 * unmasked action returned by {@link #getAction}.
243 * unmasked action returned by {@link #getAction}.
1707 public final int getAction() { method in class:MotionEvent
2880 msg.append("MotionEvent { action=").append(actionToString(getAction()));
H A DKeyEvent.java875 * {@link #getAction} value: the key has been pressed down.
879 * {@link #getAction} value: the key has been released.
883 * {@link #getAction} value: multiple duplicate key events have
1709 * {@link #getAction()}.
2250 public final int getAction() { method in class:KeyEvent
2640 if (event.getAction() != ACTION_DOWN) {
/frameworks/base/voip/java/com/android/server/sip/
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
H A DSipService.java803 private String getAction() { method in class:SipService.AutoRegistrationProcess
/frameworks/base/core/java/android/webkit/
H A DAccessibilityInjector.java121 if (event.getAction() == KeyEvent.ACTION_UP) {
142 String contentDescription = Integer.toHexString(binding.getAction(i));
432 public int getAction(int index) { method in class:AccessibilityInjector.AccessibilityWebContentKeyBinding
/frameworks/base/core/java/android/content/
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
H A DIntent.java3569 public String getAction() { method in class:Intent
4318 * <p>If {@link #getAction} is non-NULL, the activity must handle this
4414 * @see #getAction
/frameworks/base/include/ui/
H A DInput.h291 inline int32_t getAction() const { return mAction; } function in class:android::KeyEvent
348 inline int32_t getAction() const { return mAction; } function in class:android::MotionEvent
/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 311 milliseconds