OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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