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

  /external/chromium_org/cc/animation/
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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 128 private ArrayList<AnimationEvent> mAnimationEvents
129 = new ArrayList<AnimationEvent>();
    [all...]

Completed in 758 milliseconds