HomeSort by relevance Sort by last modified time
    Searched refs:PrimaryAxisValue (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/shelf/
shelf_view.cc 485 layout_manager_->PrimaryAxisValue(
488 layout_manager_->PrimaryAxisValue(midpoint_in_view.x(),
493 layout_manager_->PrimaryAxisValue(
496 layout_manager_->PrimaryAxisValue(midpoint_in_view.x(),
707 int available_size = layout_manager_->PrimaryAxisValue(width(), height());
720 int w = layout_manager_->PrimaryAxisValue(button_size, width());
721 int h = layout_manager_->PrimaryAxisValue(height(), button_size);
730 x = layout_manager_->PrimaryAxisValue(x + w + button_spacing, x);
731 y = layout_manager_->PrimaryAxisValue(y, y + h + button_spacing);
742 x = layout_manager_->PrimaryAxisValue(end_position, 0)
    [all...]
shelf_button.cc 374 int x_offset = shelf_layout_manager_->PrimaryAxisValue(0, icon_pad);
375 int y_offset = shelf_layout_manager_->PrimaryAxisValue(icon_pad, 0);
492 shelf_layout_manager_->PrimaryAxisValue(views::ImageView::CENTER,
495 shelf_layout_manager_->PrimaryAxisValue(views::ImageView::LEADING,
shelf_layout_manager.h 207 T PrimaryAxisValue(T horizontal, T vertical) const {
shelf_layout_manager_unittest.cc 101 int size = layout_manager->PrimaryAxisValue(current_bounds.height(),
103 int desired_size = layout_manager->PrimaryAxisValue(target_bounds_.height(),
178 float scroll_delta = GetShelfLayoutManager()->PrimaryAxisValue(
187 int shelf_size = GetShelfLayoutManager()->PrimaryAxisValue(
190 int visible_bounds_size = GetShelfLayoutManager()->PrimaryAxisValue(
193 int not_visible_bounds_size = GetShelfLayoutManager()->PrimaryAxisValue(
    [all...]

Completed in 162 milliseconds