Searched refs:fromValue (Results 1 – 16 of 16) sorted by relevance
235 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) { in NameValuesHolder() argument237 mFromValue = fromValue; in NameValuesHolder()910 float fromValue = getValue(constantName); in animateProperty() local911 float deltaValue = toValue - fromValue; in animateProperty()912 animatePropertyBy(constantName, fromValue, deltaValue); in animateProperty()924 float fromValue = getValue(constantName); in animatePropertyBy() local925 animatePropertyBy(constantName, fromValue, byValue); in animatePropertyBy()
322 return BlendMode.fromValue(mode.nativeInt); in getIconTintBlendMode()
23464 mode = BlendMode.fromValue(tintMode.nativeInt); in setBackgroundTintMode()23727 mode = BlendMode.fromValue(tintMode.nativeInt); in setForegroundTintMode()
29 inline constexpr float lerp(float fromValue, float toValue, float fraction) { in lerp() argument30 return float(fromValue * (1 - fraction) + toValue * fraction); in lerp()
506 public static @Nullable BlendMode fromValue(int value) { in fromValue() method in BlendMode
1292 return BlendMode.fromValue(mXfermode.porterDuffMode); in getBlendMode()
701 mBlendMode = BlendMode.fromValue(mode.nativeInt); in setTintMode()822 mBlendMode = BlendMode.fromValue(in.readInt()); in Icon()
700 BlendMode mode = tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null; in setTintMode()
808 ? BlendMode.fromValue(tintMode.nativeInt) : null); in setIndeterminateTintMode()1117 setProgressTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null); in setProgressTintMode()1233 ? BlendMode.fromValue(tintMode.nativeInt) : null); in setProgressBackgroundTintMode()1344 ? BlendMode.fromValue(tintMode.nativeInt) : null); in setSecondaryProgressTintMode()
291 setThumbTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : in setThumbTintMode()477 setTickMarkTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null); in setTickMarkTintMode()
265 ? BlendMode.fromValue(tintMode.nativeInt) : null); in setCheckMarkTintMode()
341 setButtonTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null); in setButtonTintMode()
593 setTrackTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null); in setTrackTintMode()747 setThumbTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null); in setThumbTintMode()
680 setImageTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null);
3314 ? BlendMode.fromValue(tintMode.nativeInt) : null); in setCompoundDrawableTintMode()
41562 HSPLandroid/graphics/BlendMode;->fromValue(I)Landroid/graphics/BlendMode;