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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java29 public final class MotionEvent implements Parcelable { class in inherits:Parcelable
219 static private MotionEvent gRecyclerTop = null;
247 private MotionEvent mNext;
251 private MotionEvent() { method in class:MotionEvent
257 static private MotionEvent obtain() {
260 return new MotionEvent();
262 MotionEvent ev = gRecyclerTop;
272 * Create a new MotionEvent, filling in all of the basic values that
297 * MotionEvent.
301 static public MotionEvent obtainNan
[all...]

Completed in 46 milliseconds