Searched refs:delta_y_ (Results 1 – 5 of 5) sorted by relevance
177 delta_y_(0), in Scroller()310 curr_y_ = start_y_ + x * delta_y_; in ComputeScrollOffset()324 curr_y_ = start_y_ + distance_coef * delta_y_; in ComputeScrollOffset()403 Signum(yvel) == Signum(delta_y_); in IsScrollingInDirection()408 delta_y_ = final_y_ - start_y_; in RecomputeDeltas()410 const float hyp = std::sqrt(delta_x_ * delta_x_ + delta_y_ * delta_y_); in RecomputeDeltas()413 delta_y_norm_ = delta_y_ / hyp; in RecomputeDeltas()
132 float delta_y_; variable
464 delta_y_(0), in SpiralDifferenceIterator()569 index_y_ += delta_y_; in operator ++()603 index_y_ += steps_to_take * delta_y_; in operator ++()635 index_y_ += steps_to_take * delta_y_; in operator ++()655 int new_delta_x_ = delta_y_; in switch_direction()656 delta_y_ = -delta_x_; in switch_direction()
179 int delta_y_; variable
105 delta_y_(0.f) {} in TestOverscrollDelegate()112 float delta_y() const { return delta_y_; } in delta_y()117 delta_x_ = delta_y_ = 0.f; in Reset()128 delta_y_ = delta_y; in OnOverscrollUpdate()142 delta_x_ = delta_y_ = 0.f; in OnOverscrollModeChange()149 float delta_y_; member in content::__anon7b485c170111::TestOverscrollDelegate