Home | History | Annotate | Download | only in launcher

Lines Matching defs:x_offset

187         int x_offset = (base_bounds_.width() - bounds.width()) / 2;
188 bounds.set_x(base_bounds_.x() + x_offset);
401 int x_offset = shelf_layout_manager_->PrimaryAxisValue(0, icon_pad);
405 button_bounds.width() - x_offset);
412 x_offset = button_bounds.width() - (kIconSize + icon_pad);
418 x_offset += shelf_layout_manager_->SelectValueForShelfAlignment(
427 x_offset = std::max(0, button_bounds.width() - icon_width) / 2;
432 if (x_offset + icon_width + kBarSize > button_bounds.width())
433 icon_width = button_bounds.width() - (x_offset + kBarSize);
437 button_bounds.x() + x_offset,