Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java343 final EditorInfo ei = getCurrentInputEditorInfo();
345 if (ei != null && ic != null) {
346 if (ei.actionId != 0) {
347 ic.performEditorAction(ei.actionId);
348 } else if ((ei.imeOptions&EditorInfo.IME_MASK_ACTION)
350 ic.performEditorAction(ei.imeOptions&EditorInfo.IME_MASK_ACTION);
2080 EditorInfo ei = getCurrentInputEditorInfo(); in sendDefaultEditorAction() local
2081 if (ei != null && in sendDefaultEditorAction()
2082 (!fromEnterKey || (ei.imeOptions & in sendDefaultEditorAction()
2084 (ei.imeOptions & EditorInfo.IME_MASK_ACTION) != in sendDefaultEditorAction()
[all …]
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
DBitmapRegionTileSource.java169 ExifInterface ei = new ExifInterface(); in loadInBackground() local
170 if (readExif(ei)) { in loadInBackground()
171 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); in loadInBackground()
219 public abstract boolean readExif(ExifInterface ei); in readExif() argument
244 public boolean readExif(ExifInterface ei) { in readExif() argument
246 ei.readExif(mPath); in readExif()
301 public boolean readExif(ExifInterface ei) { in readExif() argument
305 ei.readExif(is); in readExif()
353 public boolean readExif(ExifInterface ei) { in readExif() argument
356 ei.readExif(is); in readExif()
/frameworks/base/tools/aapt/
DResourceTable.cpp2180 int32_t ei = c->getEntryIndex(); in getResId() local
2181 if (ei < 0) return 0; in getResId()
2184 getResId(p, t, ei)); in getResId()
2327 int32_t ei = c->getEntryIndex(); in getCustomResource() local
2328 if (ei < 0) return 0; in getCustomResource()
2329 return getResId(p, t, ei); in getCustomResource()
2555 for (size_t ei=0; ei<N; ei++) { in assignResourceIds() local
2556 sp<Entry> e = c->getEntries().valueAt(ei); in assignResourceIds()
2595 for (size_t ei=0; ei<N; ei++) { in assignResourceIds() local
2596 sp<ConfigList> c = t->getOrderedConfigs().itemAt(ei); in assignResourceIds()
[all …]
/frameworks/opt/telephony/
DREADME.txt33 …com.android.internal.telephony.dataconnection.action_fail_bringup --ei counter 2 --ei fail_cause -3
/frameworks/native/opengl/tools/glgen2/registry/
Dreg.py798 ei = FeatureInfo(feature)
799 self.addElementInfo(feature, ei, 'extension', self.extdict)
1035 ei = self.extdict[key]
1036 extName = ei.name
1043 pat = '^(' + ei.elem.get('supported') + ')$'
1070 ei.emit = True
1071 features.append(ei)
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java279 ExifInterface ei = new ExifInterface(); in getRotationFromExifHelper() local
284 ei.readExif(path); in getRotationFromExifHelper()
288 ei.readExif(bis); in getRotationFromExifHelper()
292 ei.readExif(bis); in getRotationFromExifHelper()
294 Integer ori = ei.getTagIntValue(ExifInterface.TAG_ORIENTATION); in getRotationFromExifHelper()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4516 const ssize_t ei = t->package->keyStrings.indexOfString(name, nameLen); in findEntry() local
4517 if (ei < 0) { in findEntry()
4532 if (dtohl(entry->key.index) == (size_t) ei) { in findEntry()
/frameworks/base/docs/html/tools/help/
Dshell.jd339 <dt>{@code --ei &lt;EXTRA_KEY> &lt;EXTRA_INT_VALUE>}</dt>