Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java329 final EditorInfo ei = getCurrentInputEditorInfo();
331 if (ei != null && ic != null) {
332 if (ei.actionId != 0) {
333 ic.performEditorAction(ei.actionId);
334 } else if ((ei.imeOptions&EditorInfo.IME_MASK_ACTION)
336 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
1934 EditorInfo ei = getCurrentInputEditorInfo(); in sendDefaultEditorAction() local
1935 if (ei != null && in sendDefaultEditorAction()
1936 (!fromEnterKey || (ei.imeOptions & in sendDefaultEditorAction()
1938 (ei.imeOptions & EditorInfo.IME_MASK_ACTION) != in sendDefaultEditorAction()
[all …]
/frameworks/base/tools/aapt/
DResourceTable.cpp2030 int32_t ei = c->getEntryIndex(); in getResId() local
2031 if (ei < 0) return 0; in getResId()
2032 return getResId(p, t, ei); in getResId()
2162 int32_t ei = c->getEntryIndex(); in getCustomResource() local
2163 if (ei < 0) return 0; in getCustomResource()
2164 return getResId(p, t, ei); in getCustomResource()
2376 for (size_t ei=0; ei<N; ei++) { in assignResourceIds() local
2377 sp<Entry> e = c->getEntries().valueAt(ei); in assignResourceIds()
2409 for (size_t ei=0; ei<N; ei++) { in assignResourceIds() local
2410 sp<ConfigList> c = t->getOrderedConfigs().itemAt(ei); in assignResourceIds()
[all …]
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3640 const ssize_t ei = group->basePackage->keyStrings.indexOfString(name, nameLen); in identifierForName() local
3641 if (ei < 0) { in identifierForName()
3646 TABLE_NOISY(printf("Search indices: type=%d, name=%d\n", ti, ei)); in identifierForName()
3694 i, ei, dtohl(entry->key.index))); in identifierForName()
3695 if (dtohl(entry->key.index) == (size_t)ei) { in identifierForName()