Lines Matching refs:PrimaryAxisValue
510 shelf->PrimaryAxisValue(view_model_->ideal_bounds(target_index).x(),
512 shelf->PrimaryAxisValue(midpoint_in_view.x(), midpoint_in_view.y())) {
516 shelf->PrimaryAxisValue(
519 shelf->PrimaryAxisValue(midpoint_in_view.x(), midpoint_in_view.y())) {
695 int available_size = shelf->PrimaryAxisValue(width(), height());
715 int w = shelf->PrimaryAxisValue(button_size, width());
716 int h = shelf->PrimaryAxisValue(height(), button_size);
725 x = shelf->PrimaryAxisValue(x + w + button_spacing, x);
726 y = shelf->PrimaryAxisValue(y, y + h + button_spacing);
747 shelf->PrimaryAxisValue(inset + w, w),
748 shelf->PrimaryAxisValue(h, inset + h))));
754 x = shelf->PrimaryAxisValue(end_position, 0);
755 y = shelf->PrimaryAxisValue(0, end_position);
758 x = shelf->PrimaryAxisValue(x - w - button_spacing, x);
759 y = shelf->PrimaryAxisValue(y, y - h - button_spacing);
761 end_position = shelf->PrimaryAxisValue(x, y);
766 int last_icon_position = shelf->PrimaryAxisValue(
779 shelf->PrimaryAxisValue(w, width()),
780 shelf->PrimaryAxisValue(height(), h)));
815 x = shelf->PrimaryAxisValue(
818 y = shelf->PrimaryAxisValue(
832 x = shelf->PrimaryAxisValue(x + w + button_spacing, x);
833 y = shelf->PrimaryAxisValue(y, y + h + button_spacing);
851 shelf->PrimaryAxisValue(
864 shelf->PrimaryAxisValue(
1121 shelf->PrimaryAxisValue(0, leading_inset()),
1122 shelf->PrimaryAxisValue(leading_inset(), 0),
1400 drag_offset_ = shelf->PrimaryAxisValue(event.x(), event.y());
1408 shelf->PrimaryAxisValue(abs(event.x() - drag_offset_),