Home
last modified time | relevance | path

Searched refs:setEvents (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig/collision/
DContactListener.i11 %javamethodmodifiers ContactListener::setEvents "private";
14 bool setEvents() { in setEvents() function
22 if (!setEvents()) in ContactListener()
135 listener->setEvents(events); in custom_ContactListener_setEvents()
/external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
DContactCache.h47 void setEvents(const int &events);
DContactCache.cpp52 void ContactCache::setEvents(const int &events) { in setEvents() function in ContactCache
DContactListener.h95 void setEvents(const int &events);
DContactListener.cpp214 void ContactListener::setEvents(const int &events) { in setEvents() function in ContactListener
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
DContactListener.java78 if (!setEvents()) in ContactListener()
288 private boolean setEvents() { in setEvents() method in ContactListener
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
Dcollision_wrap.cpp54253 listener->setEvents(events); in custom_ContactListener_setEvents()