Searched refs:targetID (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/animator/
H A DSkDisplayPost.cpp217 SkEventSinkID targetID = fSinkID; local
220 if (targetID == 0) {
223 targetID = anim->getSinkID();
225 targetID = maker.fHostEventSinkID;
234 anim->onEventPost(new SkEvent(fEvent), targetID);
236 anim->onEventPostTime(new SkEvent(fEvent), targetID, futureTime);
/external/skia/src/views/
H A DSkEvent.cpp13 SkEventSinkID targetID) {
17 fTargetID = targetID;
37 SkEvent::SkEvent(const SkString& type, SkEventSinkID targetID) argument
39 initialize(type.c_str(), type.size(), targetID);
42 SkEvent::SkEvent(const char type[], SkEventSinkID targetID) argument
45 initialize(type, strlen(type), targetID);
12 initialize(const char* type, size_t typeLen, SkEventSinkID targetID) argument
/external/skia/include/views/
H A DSkEvent.h67 * the eventsink matching the targetID (if not 0), or the target proc is
77 * the eventsink matching the targetID (if not 0), or the target proc is
80 SkEvent* setTargetID(SkEventSinkID targetID) { argument
82 fTargetID = targetID;
90 * the eventsink matching the targetID (if not 0), or the target proc is
97 * automatically clear the targetID to 0.
100 * the eventsink matching the targetID (if not 0), or the target proc is
190 * Post to the event queue using the event's targetID or target-proc.
200 * Post to the event queue using the event's targetID or target-proc and
209 * Post to the event queue using the event's targetID o
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 259 milliseconds