Searched refs:LayerAnimationSequence (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/ui/compositor/test/
H A Dtest_layer_animation_observer.h13 class LayerAnimationSequence;
23 LayerAnimationSequence* sequence) OVERRIDE;
26 LayerAnimationSequence* sequence) OVERRIDE;
29 LayerAnimationSequence* sequence) OVERRIDE;
33 const LayerAnimationSequence* last_ended_sequence() const {
37 const LayerAnimationSequence* last_scheduled_sequence() const {
41 const LayerAnimationSequence* last_aborted_sequence() const {
50 const LayerAnimationSequence* last_ended_sequence_;
51 const LayerAnimationSequence* last_scheduled_sequence_;
52 const LayerAnimationSequence* last_aborted_sequence
[all...]
H A Dtest_layer_animation_observer.cc22 LayerAnimationSequence* sequence) {
27 LayerAnimationSequence* sequence) {
32 LayerAnimationSequence* sequence) {
H A Dlayer_animator_test_controller.h22 LayerAnimationSequence* GetRunningSequence(
H A Dlayer_animator_test_controller.cc21 LayerAnimationSequence* LayerAnimatorTestController::GetRunningSequence(
39 LayerAnimationSequence* sequence = GetRunningSequence(animatable_property);
/external/chromium_org/ui/compositor/
H A Dlayer_animation_observer.h18 class LayerAnimationSequence;
27 LayerAnimationSequence* sequence) = 0;
32 LayerAnimationSequence* sequence) = 0;
36 LayerAnimationSequence* sequence) = 0;
39 typedef std::set<LayerAnimationSequence*> AttachedSequences;
52 virtual void OnAttachedToSequence(LayerAnimationSequence* sequence);
55 virtual void OnDetachedFromSequence(LayerAnimationSequence* sequence);
65 friend class LayerAnimationSequence;
68 void AttachedToSequence(LayerAnimationSequence* sequence);
72 void DetachedFromSequence(LayerAnimationSequence* sequenc
[all...]
H A Dlayer_animation_sequence.cc18 LayerAnimationSequence::LayerAnimationSequence() function in class:ui::LayerAnimationSequence
28 LayerAnimationSequence::LayerAnimationSequence(LayerAnimationElement* element) function in class:ui::LayerAnimationSequence
39 LayerAnimationSequence::~LayerAnimationSequence() {
45 void LayerAnimationSequence::Start(LayerAnimationDelegate* delegate) {
55 void LayerAnimationSequence::Progress(base::TimeTicks now,
88 base::WeakPtr<LayerAnimationSequence> alive(weak_ptr_factory_.GetWeakPtr());
110 bool LayerAnimationSequence
[all...]
H A Dlayer_animation_observer.cc26 LayerAnimationSequence* sequence) {
30 LayerAnimationSequence* sequence) {
35 LayerAnimationSequence* sequence = *attached_sequences_.begin();
41 LayerAnimationSequence* sequence) {
48 LayerAnimationSequence* sequence, bool send_notification) {
90 LayerAnimationSequence* sequence) {
103 LayerAnimationSequence* sequence) {
116 LayerAnimationSequence* sequence) {
124 LayerAnimationSequence* sequence) {
128 LayerAnimationSequence* sequenc
[all...]
H A Dlayer_animator.h29 class LayerAnimationSequence;
114 void StartAnimation(LayerAnimationSequence* animation);
118 void ScheduleAnimation(LayerAnimationSequence* animation);
126 void StartTogether(const std::vector<LayerAnimationSequence*>& animations);
134 void ScheduleTogether(const std::vector<LayerAnimationSequence*>& animations);
202 virtual void ProgressAnimation(LayerAnimationSequence* sequence,
205 void ProgressAnimationToEnd(LayerAnimationSequence* sequence);
208 bool HasAnimation(LayerAnimationSequence* sequence) const;
220 RunningAnimation(const base::WeakPtr<LayerAnimationSequence>& sequence);
224 LayerAnimationSequence* sequenc
[all...]
H A Dlayer_animation_sequence.h36 class COMPOSITOR_EXPORT LayerAnimationSequence class in namespace:ui
37 : public base::SupportsWeakPtr<LayerAnimationSequence> {
39 LayerAnimationSequence();
41 explicit LayerAnimationSequence(LayerAnimationElement* element);
42 virtual ~LayerAnimationSequence();
185 base::WeakPtrFactory<LayerAnimationSequence> weak_ptr_factory_;
187 DISALLOW_COPY_AND_ASSIGN(LayerAnimationSequence);
H A Dlayer_animator.cc91 StartAnimation(new LayerAnimationSequence(element.release())); \
127 void LayerAnimator::StartAnimation(LayerAnimationSequence* animation) {
156 void LayerAnimator::ScheduleAnimation(LayerAnimationSequence* animation) {
169 const std::vector<LayerAnimationSequence*>& animations) {
172 std::vector<LayerAnimationSequence*>::const_iterator iter;
192 std::vector<LayerAnimationSequence*>::const_iterator iter;
200 StartAnimation(new LayerAnimationSequence(
224 const std::vector<LayerAnimationSequence*>& animations) {
231 std::vector<LayerAnimationSequence*>::const_iterator iter;
238 ScheduleAnimation(new LayerAnimationSequence(
[all...]
H A Dlayer_animator_unittest.cc44 std::vector<LayerAnimationSequence*> CreateMultiSequence(
47 LayerAnimationSequence* first_sequence = new LayerAnimationSequence();
49 LayerAnimationSequence* second_sequence = new LayerAnimationSequence();
52 std::vector<ui::LayerAnimationSequence*> animations;
105 LayerAnimationSequence* sequence) OVERRIDE {
110 LayerAnimationSequence* sequence) OVERRIDE {
115 LayerAnimationSequence* sequence) OVERRIDE {
160 virtual void ProgressAnimation(LayerAnimationSequence* sequenc
[all...]
H A Dlayer_animation_sequence_unittest.cc26 LayerAnimationSequence sequence;
40 LayerAnimationSequence sequence;
74 LayerAnimationSequence sequence;
117 LayerAnimationSequence sequence;
206 LayerAnimationSequence sequence;
242 LayerAnimationSequence sequence;
264 LayerAnimationSequence sequence;
H A Dscoped_layer_animation_settings.cc40 LayerAnimationSequence* sequence) OVERRIDE {
50 (*i)->GetAnimator()->StartAnimation(new LayerAnimationSequence(
57 LayerAnimationSequence* sequence,
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_overlay.h60 ui::LayerAnimationSequence* sequence) OVERRIDE;
62 ui::LayerAnimationSequence* sequence) OVERRIDE;
64 ui::LayerAnimationSequence* sequence) OVERRIDE;
/external/chromium_org/ui/app_list/views/
H A Dpulsing_block_view.cc31 scoped_ptr<ui::LayerAnimationSequence> opacity_sequence(
32 new ui::LayerAnimationSequence());
33 scoped_ptr<ui::LayerAnimationSequence> transform_sequence(
34 new ui::LayerAnimationSequence());
63 std::vector<ui::LayerAnimationSequence*> animations;
/external/chromium_org/ash/wm/
H A Dsession_state_animator_impl.cc70 ui::LayerAnimationSequence* sequence = new ui::LayerAnimationSequence(
87 ui::LayerAnimationSequence* sequence = new ui::LayerAnimationSequence(
105 new ui::LayerAnimationSequence(
108 ui::LayerAnimationSequence* sequence = new ui::LayerAnimationSequence(
123 ui::LayerAnimationSequence* sequence = new ui::LayerAnimationSequence(
139 ui::LayerAnimationSequence* sequenc
[all...]
H A Dwindow_animations.h62 // returned LayerAnimationSequence objects.
63 ASH_EXPORT std::vector<ui::LayerAnimationSequence*>
H A Dwindow_animations.cc133 new ui::LayerAnimationSequence(transition.release()));
145 new ui::LayerAnimationSequence(
151 new ui::LayerAnimationSequence(
412 std::vector<ui::LayerAnimationSequence*>
416 scoped_ptr<ui::LayerAnimationSequence> brightness_sequence(
417 new ui::LayerAnimationSequence());
418 scoped_ptr<ui::LayerAnimationSequence> grayscale_sequence(
419 new ui::LayerAnimationSequence());
433 std::vector<ui::LayerAnimationSequence*> animations;
H A Dwindow_animations_unittest.cc51 ui::LayerAnimationSequence* sequence) OVERRIDE {
56 ui::LayerAnimationSequence* sequence) OVERRIDE {}
58 ui::LayerAnimationSequence* sequence) OVERRIDE {}
/external/chromium_org/ash/wm/overview/
H A Dscoped_window_copy.cc94 ui::LayerAnimationSequence* sequence) OVERRIDE;
96 ui::LayerAnimationSequence* sequence) OVERRIDE;
98 ui::LayerAnimationSequence* sequence) OVERRIDE;
131 ui::LayerAnimationSequence* sequence) {
137 ui::LayerAnimationSequence* sequence) {
143 ui::LayerAnimationSequence* sequence) {
/external/chromium_org/ash/system/
H A Dtray_update.cc134 ui::LayerAnimationSequence* sequence) OVERRIDE {
144 ui::LayerAnimationSequence* sequence) OVERRIDE {}
147 ui::LayerAnimationSequence* sequence) OVERRIDE {}
/external/chromium_org/ui/wm/core/
H A Dwindow_animations.cc382 scoped_ptr<ui::LayerAnimationSequence> sequence(
383 new ui::LayerAnimationSequence);
407 void SetLastSequence(ui::LayerAnimationSequence* last_sequence) {
413 ui::LayerAnimationSequence* sequence) OVERRIDE {
417 ui::LayerAnimationSequence* sequence) OVERRIDE {
421 ui::LayerAnimationSequence* sequence) OVERRIDE {}
448 new ui::LayerAnimationSequence(opacity.release()));
482 ui::LayerAnimationSequence* last_sequence =
483 new ui::LayerAnimationSequence(transition.release());
H A Dwindow_animations.h25 class LayerAnimationSequence;
/external/chromium_org/ash/display/
H A Ddisplay_configurator_animation.cc67 ui::LayerAnimationSequence* sequence) OVERRIDE {
72 ui::LayerAnimationSequence* sequence) OVERRIDE {
77 ui::LayerAnimationSequence* sequence) OVERRIDE {
/external/chromium_org/content/browser/web_contents/aura/
H A Doverscroll_navigation_overlay.cc114 ui::LayerAnimationSequence* sequence) OVERRIDE {
119 ui::LayerAnimationSequence* sequence) OVERRIDE {
124 ui::LayerAnimationSequence* sequence) OVERRIDE {}

Completed in 4161 milliseconds

12