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

/external/skia/src/animator/
H A DSkDisplayPost.cpp209 SkEventSinkID targetID = fSinkID; local
212 if (targetID == 0) {
215 targetID = anim->getSinkID();
217 targetID = maker.fHostEventSinkID;
226 anim->onEventPost(new SkEvent(fEvent), targetID);
228 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.h65 * the eventsink matching the targetID (if not 0), or the target proc is
75 * the eventsink matching the targetID (if not 0), or the target proc is
78 SkEvent* setTargetID(SkEventSinkID targetID) { argument
80 fTargetID = targetID;
88 * the eventsink matching the targetID (if not 0), or the target proc is
95 * automatically clear the targetID to 0.
98 * the eventsink matching the targetID (if not 0), or the target proc is
188 * Post to the event queue using the event's targetID or target-proc.
198 * Post to the event queue using the event's targetID or target-proc and
207 * 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 996 milliseconds