OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:animation_host
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/wm/core/
window_animations_unittest.cc
19
#include "ui/wm/public/
animation_host
.h"
278
NotifyHideCompletedAnimationHost
animation_host
;
local
280
aura::client::SetAnimationHost(window.get(), &
animation_host
);
286
EXPECT_FALSE(
animation_host
.hide_completed());
288
EXPECT_TRUE(
animation_host
.hide_completed());
window_animations.cc
39
#include "ui/wm/public/
animation_host
.h"
120
aura::client::AnimationHost*
animation_host
=
local
122
if (
animation_host
)
123
animation_host
->OnWindowHidingAnimationCompleted();
243
aura::client::AnimationHost*
animation_host
=
local
245
if (!
animation_host
)
268
animation_host
->SetHostTransitionOffsets(top_left_delta, bottom_right_delta);
Completed in 137 milliseconds