Searched refs:raw_touch_location (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data_packet.h49 const gfx::PointF& raw_touch_location() const { return raw_touch_location_; } function in class:ui::GestureEventDataPacket
55 const gfx::PointF& raw_touch_location);
H A Dgesture_event_data_packet.cc43 const gfx::PointF& raw_touch_location)
46 raw_touch_location_(raw_touch_location),
39 GestureEventDataPacket( base::TimeTicks timestamp, GestureSource source, const gfx::PointF& touch_location, const gfx::PointF& raw_touch_location) argument
H A Dgesture_event_data_packet_unittest.cc49 lhs.raw_touch_location() != rhs.raw_touch_location())
H A Dtouch_disposition_gesture_filter.cc30 packet.raw_touch_location().x(),
31 packet.raw_touch_location().y(),

Completed in 98 milliseconds