Searched refs:DEFAULT_CAPACITY (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/
H A DResizableIntArrayTests.java26 private static final int DEFAULT_CAPACITY = 48; field in class:ResizableIntArrayTests
29 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY);
33 assertEquals("new instance array length", DEFAULT_CAPACITY, array.length);
37 final ResizableIntArray src = new ResizableIntArray(DEFAULT_CAPACITY);
40 final int limit = DEFAULT_CAPACITY * 2 + 10;
45 if (i == DEFAULT_CAPACITY) {
48 if (i == DEFAULT_CAPACITY * 2) {
51 if (i < DEFAULT_CAPACITY) {
53 } else if (i < DEFAULT_CAPACITY * 2) {
55 } else if (i < DEFAULT_CAPACITY *
[all...]
H A DInputPointersTests.java26 private static final int DEFAULT_CAPACITY = 48; field in class:InputPointersTests
29 final InputPointers src = new InputPointers(DEFAULT_CAPACITY);
38 final InputPointers src = new InputPointers(DEFAULT_CAPACITY);
53 final InputPointers src = new InputPointers(DEFAULT_CAPACITY);
76 final InputPointers src = new InputPointers(DEFAULT_CAPACITY);
99 final InputPointers src = new InputPointers(DEFAULT_CAPACITY);
108 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY);
118 final InputPointers src = new InputPointers(DEFAULT_CAPACITY);
127 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY);
147 final InputPointers dst = new InputPointers(DEFAULT_CAPACITY);
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureTrailDrawingPoints.java42 private static final int DEFAULT_CAPACITY = GestureStrokeDrawingPoints.PREVIEW_CAPACITY; field in class:GestureTrailDrawingPoints
45 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);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DListSuggestionCursor.java33 private static final int DEFAULT_CAPACITY = 16; field in class:ListSuggestionCursor
44 this(userQuery, DEFAULT_CAPACITY);
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 97 milliseconds