Searched defs:MotionEvent (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/ui/
H A DInput.h342 class MotionEvent : public InputEvent { class in namespace:android
344 virtual ~MotionEvent() { }
540 void copyFrom(const MotionEvent* other, bool keepHistory);
598 virtual MotionEvent* createMotionEvent() = 0;
611 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; }
615 MotionEvent mMotionEvent;
675 // Adds movement information for all pointers in a MotionEvent, including historical samples.
676 void addMovement(const MotionEvent* event);
/frameworks/base/core/java/android/view/
H A DMotionEvent.java56 * The MotionEvent class provides many methods to query the position and other properties of
92 * void printSamples(MotionEvent ev) {
112 * The interpretation of the contents of a MotionEvent varies significantly depending
168 public final class MotionEvent extends InputEvent implements Parcelable { class in inherits:InputEvent,Parcelable
177 * a pointer id inside a {@link MotionEvent}.
257 * {@link View#onGenericMotionEvent(MotionEvent)} rather than
258 * {@link View#onTouchEvent(MotionEvent)}.
273 * {@link View#onGenericMotionEvent(MotionEvent)} rather than
274 * {@link View#onTouchEvent(MotionEvent)}.
286 * {@link View#onGenericMotionEvent(MotionEvent)} rathe
1375 private MotionEvent() { method in class:MotionEvent
[all...]

Completed in 1693 milliseconds