HomeSort by relevance Sort by last modified time
    Searched refs:childIndex1 (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCompoundCompoundCollisionAlgorithm.cpp 131 int childIndex1 = leaf1->dataAsInt;
135 btAssert(childIndex1>=0);
142 btAssert(childIndex1<compoundShape1->getNumChildShapes());
145 const btCollisionShape* childShape1 = compoundShape1->getChildShape(childIndex1);
153 const btTransform& childTrans1 = compoundShape1->getChildTransform(childIndex1);
171 btCollisionObjectWrapper compoundWrap1(this->m_compound1ColObjWrap,childShape1,m_compound1ColObjWrap->getCollisionObject(),newChildWorldTrans1,-1,childIndex1);
174 btSimplePair* pair = m_childCollisionAlgorithmCache->findPair(childIndex0,childIndex1);
185 pair = m_childCollisionAlgorithmCache->addOverlappingPair(childIndex0,childIndex1);
202 m_resultOut->setShapeIdentifiersB(-1,childIndex1);
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]

Completed in 199 milliseconds