Searched defs:mIds (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSpellChecker.java80 private int[] mIds; field in class:SpellChecker
109 mIds = new int[size];
135 mIds[i] = -1;
181 if (mIds[i] < 0) return i;
188 System.arraycopy(mIds, 0, newIds, 0, mLength);
190 mIds = newIds;
204 mIds[index] = mSpanSequenceCounter++;
211 mIds[i] = -1;
277 if (mIds[i] < 0 || spellCheckSpan.isSpellCheckInProgress()) continue;
297 textInfos[textInfosCount++] = new TextInfo(word, mCookie, mIds[
[all...]
/frameworks/base/core/java/android/app/
H A DDownloadManager.java741 private long[] mIds = null; field in class:DownloadManager.Query
752 mIds = ids;
815 if (mIds != null) {
816 selectionParts.add(getWhereClauseForIds(mIds));
817 selectionArgs = getWhereArgsForIds(mIds);
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java962 int[] mIds; // Ids of the touch points field in class:WebViewCore.TouchEventData

Completed in 118 milliseconds