Home
last modified time | relevance | path

Searched refs:x_multiplier (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/ash/wm/
Dwindow_resizer.cc373 int x_multiplier = IsRightEdge(details.window_component) ? 1 : -1; in GetWidthForDrag() local
374 width += x_multiplier * (*delta_x); in GetWidthForDrag()
380 *delta_x = -x_multiplier * (details.initial_bounds_in_parent.width() - in GetWidthForDrag()
392 *delta_x = -x_multiplier * (details.initial_bounds_in_parent.width() - in GetWidthForDrag()