HomeSort by relevance Sort by last modified time
    Searched refs:location_f (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/views/
view_targeter.cc 17 gfx::RectF event_bounds(event.location_f(), gfx::SizeF(1, 1));
  /external/chromium_org/ui/events/gestures/
gesture_point.cc 66 last_touch_position_ = event.location_f();
221 gfx::RectF rect(event.location_f().x() - radius,
222 event.location_f().y() - radius,
  /external/chromium_org/ui/chromeos/
touch_exploration_controller.cc 88 const gfx::PointF& location = touch_event.location_f();
289 gfx::PointF location = event.location_f();
335 gfx::PointF location = event.location_f();
449 const gfx::PointF& location = touch_event.location_f();
  /external/chromium_org/ui/events/
event.h 252 const gfx::PointF& location_f() const { return location_; } function in class:ui::LocatedEvent

Completed in 188 milliseconds