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

  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.cc 39 last_drag_point_ = capture_point_;
45 int direction = event.location().y() < last_drag_point_.y() ||
46 event.location().x() > last_drag_point_.x() ? 1 : -1;
49 CalculateDragDistance(last_drag_point_, event.location()));
53 last_drag_point_.SetPoint(event.location().x(), event.location().y());
62 capture_point_ = last_drag_point_ = gfx::PointF();
gles2_client_impl.h 39 gfx::PointF last_drag_point_; member in class:mojo::examples::GLES2ClientImpl
  /external/chromium_org/ui/app_list/views/
apps_grid_view.cc 554 last_drag_point_ = point;
557 CalculateDropTarget(last_drag_point_, false);
559 if (IsPointWithinDragBuffer(last_drag_point_))
560 MaybeStartPageFlipTimer(last_drag_point_);
564 gfx::Point page_switcher_point(last_drag_point_);
608 CalculateDropTarget(last_drag_point_, true);
    [all...]
apps_grid_view.h 399 gfx::Point last_drag_point_; member in class:app_list::AppsGridView

Completed in 37 milliseconds