HomeSort by relevance Sort by last modified time
    Searched refs:PrimaryAxisValue (Results 1 - 5 of 5) 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(),
709 int available_size = layout_manager_->PrimaryAxisValue(width(), height());
727 int w = layout_manager_->PrimaryAxisValue(button_size, width());
728 int h = layout_manager_->PrimaryAxisValue(height(), button_size);
737 x = layout_manager_->PrimaryAxisValue(x + w + button_spacing, x);
738 y = layout_manager_->PrimaryAxisValue(y, y + h + button_spacing);
752 layout_manager_->PrimaryAxisValue(inset + w, w)
    [all...]
shelf_button.cc 408 int x_offset = shelf_layout_manager_->PrimaryAxisValue(0, icon_pad);
409 int y_offset = shelf_layout_manager_->PrimaryAxisValue(icon_pad, 0);
533 shelf_layout_manager_->PrimaryAxisValue(views::ImageView::CENTER,
536 shelf_layout_manager_->PrimaryAxisValue(views::ImageView::LEADING,
shelf_layout_manager.h 211 T PrimaryAxisValue(T horizontal, T vertical) const {
shelf_layout_manager_unittest.cc 106 int size = layout_manager->PrimaryAxisValue(current_bounds.height(),
108 int desired_size = layout_manager->PrimaryAxisValue(target_bounds_.height(),
183 float scroll_delta = GetShelfLayoutManager()->PrimaryAxisValue(
192 int shelf_size = GetShelfLayoutManager()->PrimaryAxisValue(
195 int visible_bounds_size = GetShelfLayoutManager()->PrimaryAxisValue(
198 int not_visible_bounds_size = GetShelfLayoutManager()->PrimaryAxisValue(
    [all...]
shelf_layout_manager.cc 769 PrimaryAxisValue(status_size.height(), status_size.width()));
    [all...]

Completed in 221 milliseconds