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

  /external/chromium_org/ui/events/gestures/
gesture_point.h 58 return last_touch_position_;
60 float x() const { return last_touch_position_.x(); }
61 float y() const { return last_touch_position_.y(); }
118 gfx::PointF last_touch_position_; member in class:ui::GesturePoint
  /external/chromium_org/ash/touch/
touch_uma.cc 82 std::map<int, gfx::Point> last_touch_position_; member in struct:__anon6666::WindowTouchDetails
294 details->last_touch_position_[event.touch_id()] = event.location();
345 details->last_touch_position_.erase(event.touch_id());
349 if (details->last_touch_position_.count(event.touch_id())) {
350 gfx::Point lastpos = details->last_touch_position_[event.touch_id()];
366 details->last_touch_position_[event.touch_id()] = event.location();

Completed in 91 milliseconds