Home
last modified time | relevance | path

Searched refs:onEventPost (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/animator/
DSkAnimateMaker.cpp247 fAnimator->onEventPost(new SkEvent(SK_EventType_Inval), fHostEventSinkID); in notifyInval()
261 fAnimator->onEventPost(new SkEvent(evt), sinkID); in postOnEnd()
DSkDisplayPost.cpp226 anim->onEventPost(new SkEvent(fEvent), targetID); in enable()
DSkAnimator.cpp473 void SkAnimator::onEventPost(SkEvent* evt, SkEventSinkID sinkID) in onEventPost() function in SkAnimator
478 root->onEventPost(evt, sinkID); in onEventPost()
/external/skia/include/animator/
DSkAnimator.h477 virtual void onEventPost(SkEvent*, SkEventSinkID);