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 477 virtual void onEventPost(SkEvent*, SkEventSinkID);
  /external/skia/src/animator/
SkAnimateMaker.cpp 245 fAnimator->onEventPost(new SkEvent(SK_EventType_Inval), fHostEventSinkID);
259 fAnimator->onEventPost(new SkEvent(evt), sinkID);
SkDisplayPost.cpp 234 anim->onEventPost(new SkEvent(fEvent), targetID);
SkAnimator.cpp 471 void SkAnimator::onEventPost(SkEvent* evt, SkEventSinkID sinkID)
476 root->onEventPost(evt, sinkID);

Completed in 398 milliseconds