OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slide_length
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/message_center/views/
message_popup_collection.cc
369
int
slide_length
= std::abs(target_top_edge_ - (*iter)->origin().y());
local
373
// If top-aligned, shift widgets upwards by
slide_length
. If bottom-aligned,
374
// shift them downwards by
slide_length
.
376
bounds.set_y(bounds.y() -
slide_length
);
378
bounds.set_y(bounds.y() +
slide_length
);
Completed in 133 milliseconds