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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/pooling/arrays/
FloatArray.java 40 map.put(argLength, getInitializedArray(argLength));
47 protected float[] getInitializedArray(int argLength){
IntArray.java 43 map.put(argLength, getInitializedArray(argLength));
50 protected int[] getInitializedArray(int argLength){
Vec2Array.java 43 map.put(argLength, getInitializedArray(argLength));
50 protected Vec2[] getInitializedArray(int argLength){
GeneratorArray.java 16 map.put(length, getInitializedArray(length));
23 protected VoronoiDiagram.Generator[] getInitializedArray(int length) {

Completed in 350 milliseconds