OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONTACT_STACK_INIT_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/pooling/normal/
DefaultWorldPool.java
74
new MutableStack<Contact>(Settings.
CONTACT_STACK_INIT_SIZE
) {
80
new MutableStack<Contact>(Settings.
CONTACT_STACK_INIT_SIZE
) {
86
new MutableStack<Contact>(Settings.
CONTACT_STACK_INIT_SIZE
) {
92
new MutableStack<Contact>(Settings.
CONTACT_STACK_INIT_SIZE
) {
98
new MutableStack<Contact>(Settings.
CONTACT_STACK_INIT_SIZE
) {
104
new MutableStack<Contact>(Settings.
CONTACT_STACK_INIT_SIZE
) {
110
new MutableStack<Contact>(Settings.
CONTACT_STACK_INIT_SIZE
) {
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
Settings.java
45
public static int
CONTACT_STACK_INIT_SIZE
= 10;
Completed in 44 milliseconds