am 060917ed: [AC9] Resize an array
* commit '060917ed9abff0e777e6b99e43cc4b826d1ac0c8': [AC9] Resize an arraymain
commit
ae08b27cd6
|
@ -54,7 +54,7 @@ public final class BinaryDictionary extends Dictionary {
|
||||||
private final int[] mSpaceIndices = new int[MAX_RESULTS];
|
private final int[] mSpaceIndices = new int[MAX_RESULTS];
|
||||||
private final int[] mOutputScores = new int[MAX_RESULTS];
|
private final int[] mOutputScores = new int[MAX_RESULTS];
|
||||||
private final int[] mOutputTypes = new int[MAX_RESULTS];
|
private final int[] mOutputTypes = new int[MAX_RESULTS];
|
||||||
private final int[] mOutputAutoCommitFirstWordConfidence = new int[1]; // Only one result
|
private final int[] mOutputAutoCommitFirstWordConfidence = new int[MAX_RESULTS];
|
||||||
|
|
||||||
private final NativeSuggestOptions mNativeSuggestOptions = new NativeSuggestOptions();
|
private final NativeSuggestOptions mNativeSuggestOptions = new NativeSuggestOptions();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue