HomeSort by relevance Sort by last modified time
    Searched defs:MotionEventGeneric (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/events/gesture_detection/
motion_event_generic.cc 37 MotionEventGeneric::MotionEventGeneric()
45 MotionEventGeneric::MotionEventGeneric(Action action,
57 MotionEventGeneric::MotionEventGeneric(const MotionEventGeneric& other)
67 MotionEventGeneric::~MotionEventGeneric() {
70 int MotionEventGeneric::GetId() const
    [all...]
motion_event_generic.h 32 class GESTURE_DETECTION_EXPORT MotionEventGeneric : public MotionEvent {
34 MotionEventGeneric(Action action,
37 MotionEventGeneric(const MotionEventGeneric& other);
39 virtual ~MotionEventGeneric();
72 MotionEventGeneric();

Completed in 168 milliseconds