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

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

Completed in 367 milliseconds