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 154 AnimationEvent event(AnimationEvent::PropertyUpdate,
168 AnimationEvent event(AnimationEvent::PropertyUpdate,
182 AnimationEvent event(AnimationEvent::PropertyUpdate,
313 const AnimationEvent& event) {
343 const AnimationEvent& event) {
365 const AnimationEvent& event) {
375 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...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
AnimationFilter.java 94 public void applyCombination(ArrayList<NotificationStackScrollLayout.AnimationEvent> events) {
98 NotificationStackScrollLayout.AnimationEvent ev = events.get(i);
101 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_GO_TO_FULL_SHADE) {
105 NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_DARK) {
139 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE;
NotificationStackScrollLayout.java 128 private ArrayList<AnimationEvent> mAnimationEvents
129 = new ArrayList<AnimationEvent>();
    [all...]
StackStateAnimator.java 74 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents =
103 ArrayList<NotificationStackScrollLayout.AnimationEvent> mAnimationEvents,
111 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents);
274 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) {
277 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_ADD: {
288 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE_SWIPED_OUT:
290 case NotificationStackScrollLayout.AnimationEvent.ANIMATION_TYPE_REMOVE: {
320 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_ABOVE) {
323 NotificationStackScrollLayout.AnimationEvent.DARK_ANIMATION_ORIGIN_INDEX_BELOW) {
    [all...]
  /external/chromium_org/ui/compositor/test/
layer_animator_test_controller.cc 52 cc::AnimationEvent(cc::AnimationEvent::Started,
  /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_animation_sequence.cc 212 const cc::AnimationEvent& event) {
layer.h 354 virtual void OnAnimationStarted(const cc::AnimationEvent& event) OVERRIDE;
layer.cc 760 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;
64 struct AnimationEvent;
  /external/chromium_org/cc/trees/
layer_tree_host.cc 549 case AnimationEvent::Started:
553 case AnimationEvent::Finished:
557 case AnimationEvent::Aborted:
561 case AnimationEvent::PropertyUpdate:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
Window.idl 198 [RuntimeEnabled=CSSAnimationUnprefixed] attribute WebKitAnimationEventConstructor AnimationEvent;

Completed in 540 milliseconds