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

/external/chromium_org/ash/system/audio/
H A Dvolume_view.cc259 views::View* view_left_to_more; local
261 view_left_to_more = device_type_;
263 view_left_to_more = bar_;
264 gfx::Size view_size = view_left_to_more->GetPreferredSize();
269 view_left_to_more->SetBoundsRect(view_bounds);
271 // Layout vertical bar next to view_left_to_more if device_type_ is visible.
275 bar_bounds.set_x(view_left_to_more->bounds().x() - bar_size.width());

Completed in 1221 milliseconds