OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:postTime
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/views/
SkEvent.h
167
static bool
PostTime
(SkEvent* evt, SkEventSinkID targetID, SkMSec time);
169
/** Helper method for calling SkEvent::
PostTime
(this, ...), where the caller specifies a delay.
178
void
postTime
(SkEventSinkID sinkID, SkMSec time)
180
SkEvent::
PostTime
(this, sinkID, time);
/external/skia/src/animator/
SkAnimateMaker.cpp
134
(new SkEvent(SK_EventType_Delay))->
postTime
(fAnimator->getSinkID(), time);
Completed in 282 milliseconds