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

  /external/chromium_org/ash/wm/
window_resizer.cc 406 int y_multiplier = IsBottomEdge(details.window_component) ? 1 : -1; local
407 height += y_multiplier * (*delta_y);
413 *delta_y = -y_multiplier * (details.initial_bounds_in_parent.height() -
425 *delta_y = -y_multiplier * (details.initial_bounds_in_parent.height() -

Completed in 1213 milliseconds