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

  /external/chromium_org/ash/wm/workspace/
two_step_edge_cycler.cc 28 start_x_(start.x()) {
42 std::abs(location.x() - start_x_) >= kMaxPixels ||
two_step_edge_cycler.h 42 int start_x_; member in class:ash::TwoStepEdgeCycler
  /external/chromium_org/ui/gfx/android/
scroller.h 114 float start_x_; member in class:gfx::Scroller
scroller.cc 164 start_x_(0),
214 curr_x_ = start_x_ = start_x;
252 curr_x_ = start_x_ = start_x;
309 curr_x_ = start_x_ + x * delta_x_;
321 curr_x_ = start_x_ + distance_coef * delta_x_;
393 float Scroller::GetStartX() const { return start_x_; }
407 delta_x_ = final_x_ - start_x_;

Completed in 251 milliseconds