Home
last modified time | relevance | path

Searched refs:getAttributeInt (Results 1 – 12 of 12) 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.java1931 private int getAttributeInt(XmlPullParser parser, String name, int defValue) { in getAttributeInt() method in WallpaperManagerService
2121 wallpaper.cropHint.left = getAttributeInt(parser, "cropLeft", 0); in parseWallpaperAttributes()
2122 wallpaper.cropHint.top = getAttributeInt(parser, "cropTop", 0); in parseWallpaperAttributes()
2123 wallpaper.cropHint.right = getAttributeInt(parser, "cropRight", 0); in parseWallpaperAttributes()
2124 wallpaper.cropHint.bottom = getAttributeInt(parser, "cropBottom", 0); in parseWallpaperAttributes()
2125 wallpaper.padding.left = getAttributeInt(parser, "paddingLeft", 0); in parseWallpaperAttributes()
2126 wallpaper.padding.top = getAttributeInt(parser, "paddingTop", 0); in parseWallpaperAttributes()
2127 wallpaper.padding.right = getAttributeInt(parser, "paddingRight", 0); in parseWallpaperAttributes()
2128 wallpaper.padding.bottom = getAttributeInt(parser, "paddingBottom", 0); in parseWallpaperAttributes()
/frameworks/support/documents-archive/src/android/support/provider/
DDocumentArchive.java460 switch (exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, -1)) { in openDocumentThumbnail()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java242 int intValue = exifInterface.getAttributeInt(tag, 0); in assertIntTag()
/frameworks/base/core/java/android/provider/
DDocumentsContract.java1291 switch (exif.getAttributeInt(ExifInterface.TAG_ORIENTATION, -1)) { in openImageThumbnail()
/frameworks/base/media/java/android/media/
DExifInterface.java1239 public int getAttributeInt(String tag, int defaultValue) { in getAttributeInt() method in ExifInterface
1726 int ref = getAttributeInt(TAG_GPS_ALTITUDE_REF, -1); in getAltitude()
DMediaScanner.java978 int orientation = exif.getAttributeInt(
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14349 method public int getAttributeInt(java.lang.String, int);
/frameworks/base/api/
Dcurrent.txt20110 method public int getAttributeInt(java.lang.String, int);
Dsystem-current.txt21639 method public int getAttributeInt(java.lang.String, int);
Dtest-current.txt20184 method public int getAttributeInt(java.lang.String, int);