Home
last modified time | relevance | path

Searched refs:thumb_y (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/
Dslider.cc131 const int thumb_y = (1.0 - value) * (content.height() - thumb_->height()); in PrepareForMove() local
132 const int candidate_y = point.y() - thumb_y; in PrepareForMove()
236 int thumb_y = content.height() / 2 - thumb_->height() / 2; in OnPaint() local
237 canvas->DrawImageInt(*thumb_, button_cx, thumb_y); in OnPaint()
/external/chromium_org/ui/views/controls/scrollbar/
Dbase_scroll_bar_thumb.cc106 int thumb_y = event.y() - mouse_offset_; in OnMouseDragged() local
107 scroll_bar_->ScrollToThumbPosition(GetPosition() + thumb_y, false); in OnMouseDragged()