Home
last modified time | relevance | path

Searched refs:mMaxSize (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DDictionaryPool.java28 private final int mMaxSize; field in DictionaryPool
36 mMaxSize = maxSize; in DictionaryPool()
48 if (mSize >= mMaxSize) { in take()