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

/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_generic.cc37 MotionEventGeneric::MotionEventGeneric() function in class:ui::MotionEventGeneric
45 MotionEventGeneric::MotionEventGeneric(Action action, function in class:ui::MotionEventGeneric
57 MotionEventGeneric::MotionEventGeneric(const MotionEventGeneric& other) function in class:ui::MotionEventGeneric
67 MotionEventGeneric::~MotionEventGeneric() {
70 int MotionEventGeneric
[all...]
H A Dmotion_event_generic.h32 class GESTURE_DETECTION_EXPORT MotionEventGeneric : public MotionEvent { class in namespace:ui
34 MotionEventGeneric(Action action,
37 MotionEventGeneric(const MotionEventGeneric& other);
39 virtual ~MotionEventGeneric();
72 MotionEventGeneric();

Completed in 254 milliseconds