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

/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java331 final EditorInfo ei = getCurrentInputEditorInfo();
333 if (ei != null && ic != null) {
334 if (ei.actionId != 0) {
335 ic.performEditorAction(ei.actionId);
336 } else if ((ei.imeOptions&EditorInfo.IME_MASK_ACTION)
338 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
1977 EditorInfo ei = getCurrentInputEditorInfo();
1978 if (ei != null &&
1979 (!fromEnterKey || (ei.imeOptions &
1981 (ei
2174 onUpdateExtractingVisibility(EditorInfo ei) argument
2200 onUpdateExtractingViews(EditorInfo ei) argument
2236 onExtractingInputChanged(EditorInfo ei) argument
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2030 int32_t ei = c->getEntryIndex();
2031 if (ei < 0) return 0;
2032 return getResId(p, t, ei);
2162 int32_t ei = c->getEntryIndex();
2163 if (ei < 0) return 0;
2164 return getResId(p, t, ei);
2376 for (size_t ei=0; ei<N; ei++) {
2377 sp<Entry> e = c->getEntries().valueAt(ei);
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3680 const ssize_t ei = group->basePackage->keyStrings.indexOfString(name, nameLen); local
3681 if (ei < 0) {
3686 TABLE_NOISY(printf("Search indices: type=%d, name=%d\n", ti, ei));
3734 i, ei, dtohl(entry->key.index)));
3735 if (dtohl(entry->key.index) == (size_t)ei) {

Completed in 72 milliseconds