Searched refs:DEFAULT_CAPACITY (Results 1 – 6 of 6) sorted by relevance
26 private static final int DEFAULT_CAPACITY = 48; field in ResizableIntArrayTests29 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testNewInstance()33 assertEquals("new instance array length", DEFAULT_CAPACITY, array.length); in testNewInstance()37 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY); in testAdd()40 final int limit = DEFAULT_CAPACITY * 2 + 10; in testAdd()45 if (i == DEFAULT_CAPACITY) { in testAdd()48 if (i == DEFAULT_CAPACITY * 2) { in testAdd()51 if (i < DEFAULT_CAPACITY) { in testAdd()53 } else if (i < DEFAULT_CAPACITY * 2) { in testAdd()55 } else if (i < DEFAULT_CAPACITY * 3) { in testAdd()[all …]
26 private static final int DEFAULT_CAPACITY = 48; field in InputPointersTests29 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testNewInstance()38 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testReset()53 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testAdd()76 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testAddAt()99 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testSet()108 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); in testSet()118 final InputPointers src = new InputPointers(DEFAULT_CAPACITY); in testCopy()127 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); in testCopy()147 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY); in testAppend()[all …]
42 private static final int DEFAULT_CAPACITY = GestureStrokeDrawingPoints.PREVIEW_CAPACITY; field in GestureTrailDrawingPoints45 private final ResizableIntArray mXCoordinates = new ResizableIntArray(DEFAULT_CAPACITY);46 private final ResizableIntArray mYCoordinates = new ResizableIntArray(DEFAULT_CAPACITY);47 private final ResizableIntArray mEventTimes = new ResizableIntArray(DEFAULT_CAPACITY);49 DEBUG_SHOW_POINTS ? DEFAULT_CAPACITY : 0);
33 private static final int DEFAULT_CAPACITY = 16; field in ListSuggestionCursor44 this(userQuery, DEFAULT_CAPACITY); in ListSuggestionCursor()
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...