Home
last modified time | relevance | path

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

/external/chromium_org/ash/system/audio/
Dvolume_view.cc273 gfx::Size bar_size = bar_->GetPreferredSize(); in Layout() local
274 gfx::Rect bar_bounds(bar_size); in Layout()
275 bar_bounds.set_x(view_left_to_more->bounds().x() - bar_size.width()); in Layout()
276 bar_bounds.set_y((height() - bar_size.height()) / 2); in Layout()