HomeSort by relevance Sort by last modified time
    Searched full:x_multiplier (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ash/wm/
window_resizer.cc 359 int x_multiplier = IsRightEdge(details.window_component) ? 1 : -1; local
360 width += x_multiplier * (*delta_x);
366 *delta_x = -x_multiplier * (details.initial_bounds_in_parent.width() -
378 *delta_x = -x_multiplier * (details.initial_bounds_in_parent.width() -

Completed in 3599 milliseconds