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 373 int x_multiplier = IsRightEdge(details.window_component) ? 1 : -1; local
374 width += x_multiplier * (*delta_x);
380 *delta_x = -x_multiplier * (details.initial_bounds_in_parent.width() -
392 *delta_x = -x_multiplier * (details.initial_bounds_in_parent.width() -

Completed in 467 milliseconds