Searched refs:ei (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java295 final EditorInfo ei = getCurrentInputEditorInfo();
297 if (ei != null && ic != null) {
298 if (ei.actionId != 0) {
299 ic.performEditorAction(ei.actionId);
300 } else if ((ei.imeOptions&EditorInfo.IME_MASK_ACTION)
302 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
1798 EditorInfo ei = getCurrentInputEditorInfo();
1799 if (ei != null &&
1800 (!fromEnterKey || (ei.imeOptions &
1802 (ei
1951 onUpdateExtractingVisibility(EditorInfo ei) argument
1977 onUpdateExtractingViews(EditorInfo ei) argument
2013 onExtractingInputChanged(EditorInfo ei) argument
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp1952 int32_t ei = c->getEntryIndex();
1953 if (ei < 0) return 0;
1954 return getResId(p, t, ei);
2073 int32_t ei = c->getEntryIndex();
2074 if (ei < 0) return 0;
2075 return getResId(p, t, ei);
2291 for (size_t ei=0; ei<N; ei++) {
2292 sp<Entry> e = c->getEntries().valueAt(ei);
[all...]
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2496 const ssize_t ei = group->basePackage->keyStrings.indexOfString(name, nameLen); local
2497 if (ei < 0) {
2502 TABLE_NOISY(printf("Search indices: type=%d, name=%d\n", ti, ei));
2550 i, ei, dtohl(entry->key.index)));
2551 if (dtohl(entry->key.index) == (size_t)ei) {

Completed in 82 milliseconds