Home
last modified time | relevance | path

Searched refs:getAttributeFloat (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/services/permission/java/com/android/server/permission/access/util/
H A DBinaryXmlPullParserExtensions.kt258 ): Float = getAttributeFloat(null, name, defaultValue)
266 getAttributeFloat(null, name)
/aosp14/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperDataParser.java347 wallpaper.mWallpaperDimAmount = getAttributeFloat(parser, "dimAmount", 0f); in parseWallpaperAttributes()
353 float dimValue = getAttributeFloat(parser, "dimValue" + i, 0f); in parseWallpaperAttributes()
394 private float getAttributeFloat(TypedXmlPullParser parser, String name, float defValue) { in getAttributeFloat() method in WallpaperDataParser
395 return parser.getAttributeFloat(null, name, defValue); in getAttributeFloat()
/aosp14/frameworks/base/services/core/java/com/android/server/display/
H A DBrightnessTracker.java699 builder.setBrightness(parser.getAttributeFloat(null, ATTR_NITS)); in readEventsLocked()
709 builder.setBatteryLevel(parser.getAttributeFloat(null, ATTR_BATTERY_LEVEL)); in readEventsLocked()
718 parser.getAttributeFloat(null, ATTR_REDUCE_BRIGHT_COLORS_OFFSET)); in readEventsLocked()
719 builder.setLastBrightness(parser.getAttributeFloat(null, ATTR_LAST_NITS)); in readEventsLocked()
741 parser.getAttributeFloat(null, ATTR_POWER_SAVE, 1.0f)); in readEventsLocked()
/aosp14/frameworks/base/core/java/android/hardware/display/
H A DBrightnessCorrection.java185 return parser.getAttributeFloat(null, attribute, Float.NaN); in loadFloatFromXml()
H A DBrightnessConfiguration.java489 return parser.getAttributeFloat(null, attribute, Float.NaN); in loadFloatFromXml()
/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameManagerSettings.java313 final float scaling = parser.getAttributeFloat(null, ATTR_SCALING); in readGameModeConfig()
/aosp14/frameworks/base/errorprone/refaster/
H A DEfficientXml.java245 return in.getAttributeFloat(null, n); in after()
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DXmlTest.java300 assertEquals(47f, in.getAttributeFloat(null, "float"), 0.01); in doVerifyRead()
/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DXmlUtils.java212 public float getAttributeFloat(int index) in getAttributeFloat() method in XmlUtils.ForcedTypedXmlPullParser
1676 return parser.getAttributeFloat(null, "value"); in readThisPrimitiveValueXml()
1820 return ((TypedXmlPullParser) in).getAttributeFloat(null, name); in readFloatAttribute()
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java1985 extras.putFloat(name, parser.getAttributeFloat(null, "value1")); in parseExtra()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DSettings.java3838 loadingProgress = parser.getAttributeFloat(null, "loadingProgress", 0);
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt22540 HSPLcom/android/internal/util/XmlUtils$ForcedTypedXmlPullParser;->getAttributeFloat(I)F
22687 HSPLcom/android/modules/utils/TypedXmlPullParser;->getAttributeFloat(Ljava/lang/String;Ljava/lang/S…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt22604 HSPLcom/android/internal/util/XmlUtils$ForcedTypedXmlPullParser;->getAttributeFloat(I)F
22751 HSPLcom/android/modules/utils/TypedXmlPullParser;->getAttributeFloat(Ljava/lang/String;Ljava/lang/S…