Searched defs:getAction (Results 1 - 9 of 9) 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.java231 * unmasked action returned by {@link #getAction}.
242 * unmasked action returned by {@link #getAction}.
1700 public final int getAction() { method in class:MotionEvent
2980 msg.append("MotionEvent { action=").append(actionToString(getAction()));
3012 * @see #getAction()
H A DKeyEvent.java928 * {@link #getAction} value: the key has been pressed down.
932 * {@link #getAction} value: the key has been released.
936 * {@link #getAction} value: multiple duplicate key events have
1771 * {@link #getAction()}.
2325 public final int getAction() { method in class:KeyEvent
2729 if (event.getAction() != ACTION_DOWN) {
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java57 IntentFilter filter = new IntentFilter(getAction());
215 Intent intent = new Intent(getAction());
227 String action = intent.getAction();
228 if (getAction().equals(action)
275 private String getAction() { method in class:SipWakeupTimer
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.java252 * <li>{@link #getAction()} - Gets traversal action which specifies the direction.</li>
938 public int getAction() { method in class:AccessibilityEvent
/frameworks/base/core/java/android/content/
H A DIntentFilter.java477 public final String getAction(int index) { method in class:IntentFilter
1199 return match(intent.getAction(), type, intent.getScheme(),
1209 * @param action The intent action to match against (Intent.getAction).
1225 * @see Intent#getAction
H A DIntent.java4260 public String getAction() { method in class:Intent
5019 * <p>If {@link #getAction} is non-NULL, the activity must handle this
5148 * @see #getAction
7214 final String action = getAction();
/frameworks/native/include/input/
H A DInput.h267 inline int32_t getAction() const { return mAction; } function in class:android::KeyEvent
326 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 6703 milliseconds