HomeSort by relevance Sort by last modified time
    Searched full:candidate_y (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/views/controls/
slider.cc 132 const int candidate_y = point.y() - thumb_y; local
133 if (candidate_y >= 0 && candidate_y < thumb_->height())
134 initial_button_offset_.set_y(candidate_y);

Completed in 49 milliseconds