Searched defs:ei (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java169 ExifInterface ei = new ExifInterface();
170 if (readExif(ei)) {
171 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION);
219 public abstract boolean readExif(ExifInterface ei); argument
244 public boolean readExif(ExifInterface ei) { argument
246 ei.readExif(mPath);
301 public boolean readExif(ExifInterface ei) { argument
305 ei.readExif(is);
353 public boolean readExif(ExifInterface ei) { argument
356 ei
[all...]
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java334 final EditorInfo ei = getCurrentInputEditorInfo();
336 if (ei != null && ic != null) {
337 if (ei.actionId != 0) {
338 ic.performEditorAction(ei.actionId);
339 } else if ((ei.imeOptions&EditorInfo.IME_MASK_ACTION)
341 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
2024 EditorInfo ei = getCurrentInputEditorInfo();
2025 if (ei != null &&
2026 (!fromEnterKey || (ei.imeOptions &
2028 (ei
2221 onUpdateExtractingVisibility(EditorInfo ei) argument
2247 onUpdateExtractingViews(EditorInfo ei) argument
2283 onExtractingInputChanged(EditorInfo ei) argument
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2147 int32_t ei = c->getEntryIndex(); local
2148 if (ei < 0) return 0;
2151 getResId(p, t, ei));
2289 int32_t ei = c->getEntryIndex(); local
2290 if (ei < 0) return 0;
2291 return getResId(p, t, ei);
2517 for (size_t ei=0; ei<N; ei++) {
2518 sp<Entry> e = c->getEntries().valueAt(ei);
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4227 const ssize_t ei = t->package->keyStrings.indexOfString(name, nameLen); local
4228 if (ei < 0) {
4243 if (dtohl(entry->key.index) == (size_t) ei) {

Completed in 46 milliseconds