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

/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
1501 private MotionEvent() { method in class:MotionEvent
[all...]
/frameworks/native/include/input/
H A DInput.h370 class MotionEvent : public InputEvent { class in namespace:android
372 virtual ~MotionEvent() { }
575 void copyFrom(const MotionEvent* other, bool keepHistory);
639 virtual MotionEvent* createMotionEvent() = 0;
652 virtual MotionEvent* createMotionEvent() { return & mMotionEvent; }
656 MotionEvent mMotionEvent;
668 virtual MotionEvent* createMotionEvent();
676 Vector<MotionEvent*> mMotionEventPool;

Completed in 264 milliseconds