HomeSort by relevance Sort by last modified time
    Searched full:contactcache (Results 1 - 16 of 16) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/swig/collision/
ContactCache.i 1 %module ContactCache
4 #include <gdx/collision/ContactCache.h>
7 %feature("director") ContactCache;
9 %javamethodmodifiers ContactCache::ContactCache "private";
11 %typemap(javacode) ContactCache %{
12 public ContactCache() {
18 %include "gdx/collision/ContactCache.h"
collision.i 528 %include "./ContactCache.i"
  /external/libgdx/extensions/gdx-bullet/jni/src/custom/gdx/collision/
ContactCache.cpp 1 #include "ContactCache.h"
3 ContactCache *currentContactCache = 0;
45 ContactCache::ContactCache(bool dummy)
48 ContactCache::~ContactCache() {
52 void ContactCache::setEvents(const int &events) {
56 void ContactCache::enable() {
62 void ContactCache::disable() {
72 bool ContactCache::isEnabled()
    [all...]
ContactCache.h 32 class ContactCache {
43 ContactCache(bool dummy);
44 virtual ~ContactCache();
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
ContactCache.java 18 public class ContactCache extends BulletBase {
21 protected ContactCache(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new ContactCache, normally you should not need this constructor it's intended for low-level usage. */
27 public ContactCache(long cPtr, boolean cMemoryOwn) {
28 this("ContactCache", cPtr, cMemoryOwn);
39 public static long getCPtr(ContactCache obj) {
76 public ContactCache() {
89 private ContactCache(boolean dummy) {
CollisionJNI.java     [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
ContactCacheTest.java 29 import com.badlogic.gdx.physics.bullet.collision.ContactCache;
71 public static class TestContactCache extends ContactCache {
118 TestContactCache contactCache;
162 contactCache = new TestContactCache();
163 contactCache.entities = world.entities;
164 contactCache.setCacheTime(0.5f);
177 if (contactCache != null) contactCache.update(delta);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
ConferenceParticipantListAdapter.java 347 ContactCacheEntry contactCache = participantInfo.getContactCacheEntry();
364 setCallerInfoForRow(result, contactCache.namePrimary,
365 ContactDisplayUtils.getPreferredDisplayName(contactCache.namePrimary,
366 contactCache.nameAlternative, mContactsPreferences),
367 contactCache.number, contactCache.label,
368 contactCache.lookupKey, contactCache.displayPhotoUri, thisRowCanSeparate,
468 ContactCacheEntry contactCache = cache.getInfo(callId);
469 if (contactCache == null)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/maven/
robovm.xml 24 <pattern>com.badlogic.gdx.physics.bullet.collision.ContactCache</pattern>
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.h 386 class SwigDirector_ContactCache : public ContactCache, public Swig::Director {
classes.i 13 SPECIFY_CLASS(ContactCache, com.badlogic.gdx.physics.bullet.collision)
collision_wrap.cpp     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/gdxBullet/collision/
collision.vcxproj 215 <ClCompile Include="..\..\..\src\custom\gdx\collision\ContactCache.cpp" />
collision.vcxproj.filters 60 <ClCompile Include="..\..\..\src\custom\gdx\collision\ContactCache.cpp">
  /external/libgdx/extensions/gdx-bullet/jni/vs/gdxBullet/gdxBullet/
gdxBullet.vcxproj 167 <ClCompile Include="..\..\..\src\custom\gdx\collision\ContactCache.cpp" />
gdxBullet.vcxproj.filters 519 <ClCompile Include="..\..\..\src\custom\gdx\collision\ContactCache.cpp">
    [all...]

Completed in 2383 milliseconds