Searched refs:previous_x (Results 1 – 1 of 1) sorted by relevance
1235 int previous_x = attached_tabstrip_->ideal_bounds(index - 1).x(); in ShouldDragToPreviousStackedTab() local1236 int mid_x = std::max(previous_x + kStackedDistance, in ShouldDragToPreviousStackedTab()1237 active_x - (active_x - previous_x) / 4); in ShouldDragToPreviousStackedTab()