Home | History | Annotate | Download | only in audio

Lines Matching refs:device_type_

179         device_type_(NULL),
195 device_type_ = new views::ImageView;
196 AddChildView(device_type_);
236 // Updates bar_, device_type_ icon, and more_ buttons.
241 device_type_->SetVisible(false);
257 device_type_->SetVisible(true);
258 device_type_->SetImage(
262 device_type_->SetVisible(false);
304 // Layout either bar_ or device_type_ at the left of the more_ button.
306 if (device_type_->visible())
307 view_left_to_more = device_type_;
317 // Layout vertical bar next to view_left_to_more if device_type_ is visible.
318 if (device_type_->visible()) {
330 - (device_type_->visible() ? 0 : kTrayPopupPaddingBetweenItems)
377 views::ImageView* device_type_;