Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
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);
1791 EditorInfo ei = getCurrentInputEditorInfo(); in sendDefaultEditorAction() local
1792 if (ei != null && in sendDefaultEditorAction()
1793 (!fromEnterKey || (ei.imeOptions & in sendDefaultEditorAction()
1795 (ei.imeOptions & EditorInfo.IME_MASK_ACTION) != in sendDefaultEditorAction()
[all …]
/frameworks/base/tools/aapt/
DResourceTable.cpp1839 int32_t ei = c->getEntryIndex(); in getResId() local
1840 if (ei < 0) return 0; in getResId()
1841 return getResId(p, t, ei); in getResId()
1960 int32_t ei = c->getEntryIndex(); in getCustomResource() local
1961 if (ei < 0) return 0; in getCustomResource()
1962 return getResId(p, t, ei); in getCustomResource()
2178 for (size_t ei=0; ei<N; ei++) { in assignResourceIds() local
2179 sp<Entry> e = c->getEntries().valueAt(ei); in assignResourceIds()
2211 for (size_t ei=0; ei<N; ei++) { in assignResourceIds() local
2212 sp<ConfigList> c = t->getOrderedConfigs().itemAt(ei); in assignResourceIds()
[all …]
/frameworks/base/libs/utils/
DResourceTypes.cpp2387 const ssize_t ei = group->basePackage->keyStrings.indexOfString(name, nameLen); in identifierForName() local
2388 if (ei < 0) { in identifierForName()
2393 TABLE_NOISY(printf("Search indices: type=%d, name=%d\n", ti, ei)); in identifierForName()
2441 i, ei, dtohl(entry->key.index))); in identifierForName()
2442 if (dtohl(entry->key.index) == (size_t)ei) { in identifierForName()