Searched defs:AnimationSequence (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/wm/
H A Dsession_state_animator.cc30 SessionStateAnimator::AnimationSequence::AnimationSequence( function in class:ash::SessionStateAnimator::AnimationSequence
38 SessionStateAnimator::AnimationSequence::~AnimationSequence() {
41 void SessionStateAnimator::AnimationSequence::EndSequence() {
46 void SessionStateAnimator::AnimationSequence::OnAnimationCompleted() {
52 void SessionStateAnimator::AnimationSequence::OnAnimationAborted() {
58 void SessionStateAnimator::AnimationSequence::CleanupIfSequenceCompleted() {
H A Dsession_state_animator_impl.cc407 class SessionStateAnimatorImpl::AnimationSequence class in class:ash::SessionStateAnimatorImpl
408 : public SessionStateAnimator::AnimationSequence,
411 explicit AnimationSequence( function in class:ash::SessionStateAnimatorImpl::AnimationSequence
414 : SessionStateAnimator::AnimationSequence(callback),
420 // SessionStateAnimator::AnimationSequence:
429 virtual ~AnimationSequence() {}
463 DISALLOW_COPY_AND_ASSIGN(AnimationSequence);
566 SessionStateAnimator::AnimationSequence*
568 return new AnimationSequence(this, callback);
593 AnimationSequence* observe
[all...]
H A Dsession_state_animator.h102 // The AnimationSequence groups together multiple animations and invokes a
104 // Subclasses of AnimationSequence should call one of OnAnimationCompleted or
111 // AnimationSequence* animation_sequence =
125 class ASH_EXPORT AnimationSequence { class in class:ash::SessionStateAnimator
127 virtual ~AnimationSequence();
139 // NOTE: Clients of AnimationSequence should not access it after EndSequence
144 // AnimationSequence should not be instantiated directly, only through
146 explicit AnimationSequence(base::Closure callback);
179 DISALLOW_COPY_AND_ASSIGN(AnimationSequence);
204 // a group of animations are completed. See AnimationSequence documentatio
[all...]
/external/chromium_org/ash/test/
H A Dtest_session_state_animator.cc31 // A simple SessionStateAnimator::AnimationSequence that tracks the number of
34 class TestSessionStateAnimator::AnimationSequence class in class:ash::test::TestSessionStateAnimator
35 : public SessionStateAnimator::AnimationSequence {
37 AnimationSequence(base::Closure callback, TestSessionStateAnimator* animator) function in class:ash::test::TestSessionStateAnimator::AnimationSequence
38 : SessionStateAnimator::AnimationSequence(callback),
44 virtual ~AnimationSequence() {}
63 // ash::SessionStateAnimator::AnimationSequence:
80 DISALLOW_COPY_AND_ASSIGN(AnimationSequence);
231 ash::SessionStateAnimator::AnimationSequence*
233 return new AnimationSequence(callbac
[all...]

Completed in 95 milliseconds