Searched refs:matchIndex (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DFindActionModeCallback.java160 public void updateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind) { argument
163 mActiveMatchIndex = matchIndex;
H A DWebViewCore.java1727 int matchIndex = nativeFindNext(mNativeClass, true);
1730 request.mMatchIndex = matchIndex;
1742 int matchIndex = nativeFindNext(mNativeClass, msg.arg1 != 0);
1744 request.mMatchIndex = matchIndex;
H A DWebViewClassic.java7580 int matchCount, matchIndex;
7583 matchIndex = request.mMatchIndex;
7586 mFindCallback.updateMatchCount(matchIndex, matchCount, false);
7589 mFindListener.onFindResultReceived(matchIndex, matchCount, true);
/frameworks/av/media/libstagefright/
H A DACodec.cpp3338 for (size_t matchIndex = 0; matchIndex < matchingCodecs.size();
3339 ++matchIndex) {
3340 componentName = matchingCodecs.itemAt(matchIndex).mName.string();
3341 quirks = matchingCodecs.itemAt(matchIndex).mQuirks;
H A DOMXCodec.cpp196 ssize_t matchIndex = local
199 if (matchIndex < 0) {
203 index = matchIndex + 1;
205 const char *componentName = list->getCodecName(matchIndex);
223 entry->mQuirks = getComponentQuirks(list, matchIndex);

Completed in 195 milliseconds