Home
last modified time | relevance | path

Searched refs:getAttributeInt (Results 1 – 25 of 25) sorted by relevance

/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
DWallpaperBackupAgent.java291 cropHint.left = getAttributeInt(parser, "cropLeft", 0); in parseCropHint()
292 cropHint.top = getAttributeInt(parser, "cropTop", 0); in parseCropHint()
293 cropHint.right = getAttributeInt(parser, "cropRight", 0); in parseCropHint()
294 cropHint.bottom = getAttributeInt(parser, "cropBottom", 0); in parseCropHint()
335 private int getAttributeInt(XmlPullParser parser, String name, int defValue) { in getAttributeInt() method in WallpaperBackupAgent
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java1804 int exifOrientation = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, in verifyJpegKeys()
1949 int exifWidth = exif.getAttributeInt(ExifInterface.TAG_IMAGE_WIDTH, /*defaultValue*/0); in verifyJpegExifExtraTags()
1950 int exifHeight = exif.getAttributeInt(ExifInterface.TAG_IMAGE_LENGTH, /*defaultValue*/0); in verifyJpegExifExtraTags()
1953 int exifOrientation = exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, in verifyJpegExifExtraTags()
2081 int iso = exif.getAttributeInt(ExifInterface.TAG_ISO, /*defaultValue*/-1); in verifyJpegExifExtraTags()
2106 int subSecTime = exif.getAttributeInt(ExifInterface.TAG_SUBSEC_TIME, /*defaultValue*/-1); in verifyJpegExifExtraTags()
2110 int subSecTimeOrig = exif.getAttributeInt(ExifInterface.TAG_SUBSEC_TIME_ORIG, in verifyJpegExifExtraTags()
2116 int subSecTimeDig = exif.getAttributeInt(ExifInterface.TAG_SUBSEC_TIME_DIG, in verifyJpegExifExtraTags()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2410 private int getAttributeInt(XmlPullParser parser, String name, int defValue) { in getAttributeInt() method in WallpaperManagerService
2606 wallpaper.cropHint.left = getAttributeInt(parser, "cropLeft", 0); in parseWallpaperAttributes()
2607 wallpaper.cropHint.top = getAttributeInt(parser, "cropTop", 0); in parseWallpaperAttributes()
2608 wallpaper.cropHint.right = getAttributeInt(parser, "cropRight", 0); in parseWallpaperAttributes()
2609 wallpaper.cropHint.bottom = getAttributeInt(parser, "cropBottom", 0); in parseWallpaperAttributes()
2610 wallpaper.padding.left = getAttributeInt(parser, "paddingLeft", 0); in parseWallpaperAttributes()
2611 wallpaper.padding.top = getAttributeInt(parser, "paddingTop", 0); in parseWallpaperAttributes()
2612 wallpaper.padding.right = getAttributeInt(parser, "paddingRight", 0); in parseWallpaperAttributes()
2613 wallpaper.padding.bottom = getAttributeInt(parser, "paddingBottom", 0); in parseWallpaperAttributes()
2614 int colorsCount = getAttributeInt(parser, "colorsCount", 0); in parseWallpaperAttributes()
[all …]
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java3807 public int getAttributeInt(String tag, int defaultValue) { in getAttributeInt() method in ExifInterface
4006 int currentOrientation = getAttributeInt(TAG_ORIENTATION, ORIENTATION_NORMAL); in rotate()
4030 int currentOrientation = getAttributeInt(TAG_ORIENTATION, ORIENTATION_NORMAL);
4069 int currentOrientation = getAttributeInt(TAG_ORIENTATION, ORIENTATION_NORMAL);
4110 int orientation = getAttributeInt(TAG_ORIENTATION, ORIENTATION_NORMAL);
4134 int orientation = getAttributeInt(TAG_ORIENTATION, ORIENTATION_NORMAL);
4538 int ref = getAttributeInt(TAG_GPS_ALTITUDE_REF, -1);
/frameworks/base/core/java/android/provider/
DMetadataReader.java267 int data = exifInterface.getAttributeInt(tags[i], Integer.MIN_VALUE); in getExifData()
DDocumentsContract.java1638 switch (exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, -1)) { in openImageThumbnail()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java241 int intValue = exifInterface.getAttributeInt(tag, 0); in assertIntTag()
/frameworks/support/exifinterface/api/
D26.0.0.txt11 method public int getAttributeInt(java.lang.String, int);
Dcurrent.txt11 method public int getAttributeInt(java.lang.String, int);
/frameworks/support/exifinterface/tests/src/android/support/media/
DExifInterfaceTest.java695 int intValue = exifInterface.getAttributeInt(tag, 0); in assertIntTag()
/frameworks/base/media/java/android/media/
DExifInterface.java1467 public int getAttributeInt(String tag, int defaultValue) { in getAttributeInt() method in ExifInterface
2010 int ref = getAttributeInt(TAG_GPS_ALTITUDE_REF, -1); in getAltitude()
DMediaScanner.java976 int orientation = exif.getAttributeInt(
/frameworks/support/api/
D25.2.0.txt869 method public int getAttributeInt(java.lang.String, int);
D25.1.0.txt869 method public int getAttributeInt(java.lang.String, int);
D25.3.0.txt997 method public int getAttributeInt(java.lang.String, int);
D25.4.0.txt1027 method public int getAttributeInt(java.lang.String, int);
D26.0.0-alpha1.txt906 method public int getAttributeInt(java.lang.String, int);
D26.1.0.txt1052 method public int getAttributeInt(java.lang.String, int);
D26.0.0-beta1.txt1024 method public int getAttributeInt(java.lang.String, int);
D26.0.0-beta2.txt1033 method public int getAttributeInt(java.lang.String, int);
/frameworks/base/services/
Dart-profile14095 PLcom/android/server/wallpaper/WallpaperManagerService;->getAttributeInt(Lorg/xmlpull/v1/XmlPullPar…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14349 method public int getAttributeInt(java.lang.String, int);
/frameworks/base/api/
Dcurrent.txt21615 method public int getAttributeInt(java.lang.String, int);
Dtest-current.txt21771 method public int getAttributeInt(java.lang.String, int);
Dsystem-current.txt23492 method public int getAttributeInt(java.lang.String, int);