/frameworks/base/core/java/android/util/ |
D | TypedXmlPullParser.java | 101 float getAttributeFloat(int index) throws XmlPullParserException; in getAttributeFloat() method 173 default float getAttributeFloat(@Nullable String namespace, @NonNull String name) in getAttributeFloat() method 175 return getAttributeFloat(getAttributeIndexOrThrow(namespace, name)); in getAttributeFloat() 290 default float getAttributeFloat(@Nullable String namespace, @NonNull String name, in getAttributeFloat() method 295 return getAttributeFloat(index); in getAttributeFloat()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | BrightnessTracker.java | 676 builder.setBrightness(parser.getAttributeFloat(null, ATTR_NITS)); in readEventsLocked() 686 builder.setBatteryLevel(parser.getAttributeFloat(null, ATTR_BATTERY_LEVEL)); in readEventsLocked() 695 parser.getAttributeFloat(null, ATTR_REDUCE_BRIGHT_COLORS_OFFSET)); in readEventsLocked() 696 builder.setLastBrightness(parser.getAttributeFloat(null, ATTR_LAST_NITS)); in readEventsLocked() 718 parser.getAttributeFloat(null, ATTR_POWER_SAVE, 1.0f)); in readEventsLocked()
|
/frameworks/base/core/java/android/hardware/display/ |
D | BrightnessCorrection.java | 185 return parser.getAttributeFloat(null, attribute, Float.NaN); in loadFloatFromXml()
|
D | BrightnessConfiguration.java | 489 return parser.getAttributeFloat(null, attribute, Float.NaN); in loadFloatFromXml()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | XmlTest.java | 298 assertEquals(47f, in.getAttributeFloat(null, "float"), 0.01); in doVerifyRead()
|
/frameworks/base/errorprone/refaster/ |
D | EfficientXml.java | 245 return in.getAttributeFloat(null, n); in after()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | XmlUtils.java | 211 public float getAttributeFloat(int index) in getAttributeFloat() method in XmlUtils.ForcedTypedXmlPullParser 1675 return parser.getAttributeFloat(null, "value"); in readThisPrimitiveValueXml() 1819 return ((TypedXmlPullParser) in).getAttributeFloat(null, name); in readFloatAttribute()
|
D | BinaryXmlPullParser.java | 485 public float getAttributeFloat(int index) throws XmlPullParserException { in getAttributeFloat() method in BinaryXmlPullParser
|
/frameworks/base/services/core/java/com/android/server/wallpaper/ |
D | WallpaperManagerService.java | 3587 private float getAttributeFloat(TypedXmlPullParser parser, String name, float defValue) { in getAttributeFloat() method in WallpaperManagerService 3588 return parser.getAttributeFloat(null, name, defValue); in getAttributeFloat() 3795 wallpaper.mWallpaperDimAmount = getAttributeFloat(parser, "dimAmount", 0f); in parseWallpaperAttributes() 3801 float dimValue = getAttributeFloat(parser, "dimValue" + i, 0f); in parseWallpaperAttributes()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncStorageEngine.java | 1955 extras.putFloat(name, parser.getAttributeFloat(null, "value1")); in parseExtra()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | Settings.java | 3633 parser.getAttributeFloat(null, "loadingProgress", 0); 3719 loadingProgress = parser.getAttributeFloat(null, "loadingProgress", 0);
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 15757 HSPLandroid/util/TypedXmlPullParser;->getAttributeFloat(Ljava/lang/String;Ljava/lang/String;)F 22130 HSPLcom/android/internal/util/XmlUtils$ForcedTypedXmlPullParser;->getAttributeFloat(I)F
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 15820 HSPLandroid/util/TypedXmlPullParser;->getAttributeFloat(Ljava/lang/String;Ljava/lang/String;)F 22193 HSPLcom/android/internal/util/XmlUtils$ForcedTypedXmlPullParser;->getAttributeFloat(I)F
|
/frameworks/base/services/ |
D | art-profile | 50103 HSPLcom/android/server/wallpaper/WallpaperManagerService;->getAttributeFloat(Landroid/util/TypedXml…
|