Home
last modified time | relevance | path

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

/frameworks/libs/modules-utils/java/com/android/modules/utils/
DTypedXmlPullParser.java99 float getAttributeFloat(int index) throws XmlPullParserException; in getAttributeFloat() method
171 default float getAttributeFloat(@Nullable String namespace, @NonNull String name) in getAttributeFloat() method
173 return getAttributeFloat(getAttributeIndexOrThrow(namespace, name)); in getAttributeFloat()
288 default float getAttributeFloat(@Nullable String namespace, @NonNull String name, in getAttributeFloat() method
293 return getAttributeFloat(index); in getAttributeFloat()
DBinaryXmlPullParser.java487 public float getAttributeFloat(int index) throws XmlPullParserException { in getAttributeFloat() method in BinaryXmlPullParser
/frameworks/base/services/permission/java/com/android/server/permission/access/util/
DBinaryXmlPullParserExtensions.kt222 ): Float = getAttributeFloat(null, name, defaultValue)
228 getAttributeFloat(null, name)
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperDataParser.java348 wallpaper.mSampleSize = parser.getAttributeFloat(null, "sampleSize", 1f); in parseWallpaperAttributes()
364 wallpaper.mWallpaperDimAmount = getAttributeFloat(parser, "dimAmount", 0f); in parseWallpaperAttributes()
378 float dimValue = getAttributeFloat(parser, "dimValue" + i, 0f); in parseWallpaperAttributes()
419 private static float getAttributeFloat(TypedXmlPullParser parser, String name, float defValue) { in getAttributeFloat() method in WallpaperDataParser
420 return parser.getAttributeFloat(null, name, defValue); in getAttributeFloat()
/frameworks/base/core/java/android/hardware/display/
DBrightnessCorrection.java185 return parser.getAttributeFloat(null, attribute, Float.NaN); in loadFloatFromXml()
DBrightnessConfiguration.java489 return parser.getAttributeFloat(null, attribute, Float.NaN); in loadFloatFromXml()
/frameworks/base/core/java/com/android/internal/vibrator/persistence/
DXmlReader.java229 return parser.getAttributeFloat(NAMESPACE, attrName); in readAttributeFloat()
/frameworks/base/services/core/java/com/android/server/display/
DBrightnessTracker.java702 builder.setBrightness(parser.getAttributeFloat(null, ATTR_NITS)); in readEventsLocked()
712 builder.setBatteryLevel(parser.getAttributeFloat(null, ATTR_BATTERY_LEVEL)); in readEventsLocked()
721 parser.getAttributeFloat(null, ATTR_REDUCE_BRIGHT_COLORS_OFFSET)); in readEventsLocked()
722 builder.setLastBrightness(parser.getAttributeFloat(null, ATTR_LAST_NITS)); in readEventsLocked()
744 parser.getAttributeFloat(null, ATTR_POWER_SAVE, 1.0f)); in readEventsLocked()
/frameworks/base/services/core/java/com/android/server/app/
DGameManagerSettings.java314 final float scaling = parser.getAttributeFloat(null, ATTR_SCALING); in readGameModeConfig()
/frameworks/base/core/tests/coretests/src/android/util/
DXmlTest.java300 assertEquals(47f, in.getAttributeFloat(null, "float"), 0.01); in doVerifyRead()
/frameworks/base/errorprone/refaster/
DEfficientXml.java245 return in.getAttributeFloat(null, n); in after()
/frameworks/base/core/java/com/android/internal/util/
DXmlUtils.java213 public float getAttributeFloat(int index) in getAttributeFloat() method in XmlUtils.ForcedTypedXmlPullParser
1677 return parser.getAttributeFloat(null, "value"); in readThisPrimitiveValueXml()
1821 return ((TypedXmlPullParser) in).getAttributeFloat(null, name); in readFloatAttribute()
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1991 extras.putFloat(name, parser.getAttributeFloat(null, "value1")); in parseExtra()
/frameworks/base/services/core/java/com/android/server/pm/
DSettings.java4088 loadingProgress = parser.getAttributeFloat(null, "loadingProgress", 0);
/frameworks/base/boot/
Dboot-image-profile.txt22135 HSPLcom/android/internal/util/XmlUtils$ForcedTypedXmlPullParser;->getAttributeFloat(I)F
22280 HSPLcom/android/modules/utils/TypedXmlPullParser;->getAttributeFloat(Ljava/lang/String;Ljava/lang/S…
/frameworks/base/config/
Dboot-image-profile.txt22199 HSPLcom/android/internal/util/XmlUtils$ForcedTypedXmlPullParser;->getAttributeFloat(I)F
22344 HSPLcom/android/modules/utils/TypedXmlPullParser;->getAttributeFloat(Ljava/lang/String;Ljava/lang/S…
/frameworks/base/services/
Dart-wear-profile25069 PLcom/android/server/wallpaper/WallpaperDataParser;->getAttributeFloat(Lcom/android/modules/utils/T…