OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CrossFadeToBounds
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ash/wm/
window_animations.h
44
ASH_EXPORT void
CrossFadeToBounds
(aura::Window* window,
window_animations_unittest.cc
116
TEST_F(WindowAnimationsTest,
CrossFadeToBounds
) {
128
CrossFadeToBounds
(window.get(), gfx::Rect(0, 0, 640, 480));
150
CrossFadeToBounds
(window.get(), gfx::Rect(5, 10, 320, 240));
window_animations.cc
389
void
CrossFadeToBounds
(aura::Window* window, const gfx::Rect& new_bounds) {
390
// Some test results in invoking
CrossFadeToBounds
when window is not visible.
/external/chromium_org/ash/wm/workspace/
workspace_layout_manager.cc
345
CrossFadeToBounds
(window, new_bounds);
362
CrossFadeToBounds
(window, new_bounds);
372
CrossFadeToBounds
(window, new_bounds);
Completed in 220 milliseconds