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

  /external/skia/include/animator/
SkAnimator.h 484 virtual void onEventPost(SkEvent*, SkEventSinkID);
  /external/skia/src/animator/
SkAnimateMaker.cpp 251 fAnimator->onEventPost(new SkEvent(SK_EventType_Inval), fHostEventSinkID);
265 fAnimator->onEventPost(new SkEvent(evt), sinkID);
SkDisplayPost.cpp 242 anim->onEventPost(new SkEvent(fEvent), targetID);
SkAnimator.cpp 479 void SkAnimator::onEventPost(SkEvent* evt, SkEventSinkID sinkID)
484 root->onEventPost(evt, sinkID);

Completed in 51 milliseconds