HomeSort by relevance Sort by last modified time
    Searched refs:LayerAnimationSequence (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/ui/compositor/test/
test_layer_animation_observer.h 13 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...]
test_layer_animation_observer.cc 22 LayerAnimationSequence* sequence) {
27 LayerAnimationSequence* sequence) {
32 LayerAnimationSequence* sequence) {
layer_animator_test_controller.h 22 LayerAnimationSequence* GetRunningSequence(
layer_animator_test_controller.cc 21 LayerAnimationSequence* LayerAnimatorTestController::GetRunningSequence(
39 LayerAnimationSequence* sequence = GetRunningSequence(animatable_property);
  /external/chromium_org/ui/compositor/
layer_animation_observer.h 18 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* sequence
    [all...]
layer_animator.h 29 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* sequence() const { return sequence_.get();
    [all...]
layer_animation_sequence.cc 18 LayerAnimationSequence::LayerAnimationSequence()
28 LayerAnimationSequence::LayerAnimationSequence(LayerAnimationElement* element)
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::IsFinished(base::TimeTicks time)
    [all...]
layer_animation_observer.cc 26 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* sequence)
    [all...]
layer_animation_sequence.h 36 class COMPOSITOR_EXPORT LayerAnimationSequence
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);
layer_animator.cc 91 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...]
layer_animator_unittest.cc 44 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* sequence
    [all...]
layer_animation_sequence_unittest.cc 26 LayerAnimationSequence sequence;
40 LayerAnimationSequence sequence;
74 LayerAnimationSequence sequence;
117 LayerAnimationSequence sequence;
206 LayerAnimationSequence sequence;
242 LayerAnimationSequence sequence;
264 LayerAnimationSequence sequence;
scoped_layer_animation_settings.cc 40 LayerAnimationSequence* sequence) OVERRIDE {
50 (*i)->GetAnimator()->StartAnimation(new LayerAnimationSequence(
57 LayerAnimationSequence* sequence,
  /external/chromium_org/ash/sticky_keys/
sticky_keys_overlay.h 60 ui::LayerAnimationSequence* sequence) OVERRIDE;
62 ui::LayerAnimationSequence* sequence) OVERRIDE;
64 ui::LayerAnimationSequence* sequence) OVERRIDE;
  /external/chromium_org/ui/app_list/views/
pulsing_block_view.cc 31 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/
session_state_animator_impl.cc 70 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* sequence = new ui::LayerAnimationSequence
    [all...]
window_animations.h 62 // returned LayerAnimationSequence objects.
63 ASH_EXPORT std::vector<ui::LayerAnimationSequence*>
window_animations.cc 133 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;
window_animations_unittest.cc 51 ui::LayerAnimationSequence* sequence) OVERRIDE {
56 ui::LayerAnimationSequence* sequence) OVERRIDE {}
58 ui::LayerAnimationSequence* sequence) OVERRIDE {}
  /external/chromium_org/ash/wm/overview/
scoped_window_copy.cc 94 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/
tray_update.cc 134 ui::LayerAnimationSequence* sequence) OVERRIDE {
144 ui::LayerAnimationSequence* sequence) OVERRIDE {}
147 ui::LayerAnimationSequence* sequence) OVERRIDE {}
  /external/chromium_org/ui/wm/core/
window_animations.h 25 class LayerAnimationSequence;
window_animations.cc 382 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());
  /external/chromium_org/ash/display/
display_configurator_animation.cc 67 ui::LayerAnimationSequence* sequence) OVERRIDE {
72 ui::LayerAnimationSequence* sequence) OVERRIDE {
77 ui::LayerAnimationSequence* sequence) OVERRIDE {
  /external/chromium_org/content/browser/web_contents/aura/
overscroll_navigation_overlay.cc 114 ui::LayerAnimationSequence* sequence) OVERRIDE {
119 ui::LayerAnimationSequence* sequence) OVERRIDE {
124 ui::LayerAnimationSequence* sequence) OVERRIDE {}

Completed in 3805 milliseconds

1 2