HomeSort by relevance Sort by last modified time
    Searched refs:AnimationEvent (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/cc/animation/
layer_animation_event_observer.h 14 virtual void OnAnimationStarted(const AnimationEvent& event) = 0;
animation_events.cc 9 AnimationEvent::AnimationEvent(AnimationEvent::Type type,
animation_events.h 17 struct CC_EXPORT AnimationEvent {
20 AnimationEvent(Type type,
37 typedef std::vector<AnimationEvent> AnimationEventsVector;
layer_animation_controller.h 91 void NotifyAnimationStarted(const AnimationEvent& event);
92 void NotifyAnimationFinished(const AnimationEvent& event);
93 void NotifyAnimationAborted(const AnimationEvent& event);
94 void NotifyAnimationPropertyUpdate(const AnimationEvent& event);
layer_animation_controller.cc 150 AnimationEvent event(AnimationEvent::PropertyUpdate,
163 AnimationEvent event(AnimationEvent::PropertyUpdate,
176 AnimationEvent event(AnimationEvent::PropertyUpdate,
305 const AnimationEvent& event) {
335 const AnimationEvent& event) {
357 const AnimationEvent& event) {
367 const AnimationEvent& event)
    [all...]
layer_animation_controller_unittest.cc 331 AnimationEvent animation_started_event(AnimationEvent::Started,
376 EXPECT_EQ(AnimationEvent::Started, (*events)[0].type);
394 EXPECT_EQ(AnimationEvent::Finished, (*events)[0].type);
418 static const AnimationEvent* GetMostRecentPropertyUpdateEvent(
420 const AnimationEvent* event = 0;
422 if ((*events)[i].type == AnimationEvent::PropertyUpdate)
450 const AnimationEvent* event = GetMostRecentPropertyUpdateEvent(events.get());
480 const AnimationEvent* start_opacity_event =
490 const AnimationEvent* end_opacity_event
    [all...]
  /external/chromium_org/ui/compositor/test/
layer_animator_test_controller.cc 52 cc::AnimationEvent(cc::AnimationEvent::Started,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AnimationFilter.java 92 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) {
98 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) {
NotificationStackScrollLayout.java 116 private ArrayList<AnimationEvent> mAnimationEvents
117 = new ArrayList<AnimationEvent>();
    [all...]
StackStateAnimator.java 73 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
102 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents,
110 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents);
269 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) {
272 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: {
283 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT:
285 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: {
    [all...]
  /external/chromium_org/ui/compositor/
layer_animation_sequence_unittest.cc 96 cc::AnimationEvent(cc::AnimationEvent::Started,
153 cc::AnimationEvent(cc::AnimationEvent::Started,
184 cc::AnimationEvent(cc::AnimationEvent::Started,
layer_animation_sequence.h 116 void OnThreadedAnimationStarted(const cc::AnimationEvent& event);
layer_animator_unittest.cc 348 test_controller.animator()->OnThreadedAnimationStarted(cc::AnimationEvent(
349 cc::AnimationEvent::Started,
463 test_controller.animator()->OnThreadedAnimationStarted(cc::AnimationEvent(
464 cc::AnimationEvent::Started,
737 test_controller.animator()->OnThreadedAnimationStarted(cc::AnimationEvent(
738 cc::AnimationEvent::Started,
869 test_controller.animator()->OnThreadedAnimationStarted(cc::AnimationEvent(
870 cc::AnimationEvent::Started,
    [all...]
layer_animator.h 172 void OnThreadedAnimationStarted(const cc::AnimationEvent& event);
layer.h 334 virtual void OnAnimationStarted(const cc::AnimationEvent& event) OVERRIDE;
layer_animation_sequence.cc 212 const cc::AnimationEvent& event) {
layer.cc 710 void Layer::OnAnimationStarted(const cc::AnimationEvent& event) {
layer_animator.cc 307 const cc::AnimationEvent& event) {
  /external/chromium_org/cc/layers/
layer.h 51 struct AnimationEvent;
63 struct AnimationEvent;
  /external/chromium_org/cc/trees/
layer_tree_host.cc 515 case AnimationEvent::Started:
519 case AnimationEvent::Finished:
523 case AnimationEvent::Aborted:
527 case AnimationEvent::PropertyUpdate:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Window.idl 203 [RuntimeEnabled=CSSAnimationUnprefixed] attribute WebKitAnimationEventConstructor AnimationEvent;

Completed in 269 milliseconds