Home
last modified time | relevance | path

Searched refs:fromValue (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java236 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) { in NameValuesHolder() argument
238 mFromValue = fromValue; in NameValuesHolder()
911 float fromValue = getValue(constantName); in animateProperty() local
912 float deltaValue = toValue - fromValue; in animateProperty()
913 animatePropertyBy(constantName, fromValue, deltaValue); in animateProperty()
925 float fromValue = getValue(constantName); in animatePropertyBy() local
926 animatePropertyBy(constantName, fromValue, byValue); in animatePropertyBy()
DMenuItem.java322 return BlendMode.fromValue(mode.nativeInt); in getIconTintBlendMode()
DView.java24142 mode = BlendMode.fromValue(tintMode.nativeInt); in setBackgroundTintMode()
24407 mode = BlendMode.fromValue(tintMode.nativeInt); in setForegroundTintMode()
/frameworks/base/libs/hwui/
DPropertyValuesHolder.cpp29 inline constexpr float lerp(float fromValue, float toValue, float fraction) { in lerp() argument
30 return float(fromValue * (1 - fraction) + toValue * fraction); in lerp()
/frameworks/base/graphics/java/android/graphics/
DBlendMode.java506 public static @Nullable BlendMode fromValue(int value) { in fromValue() method in BlendMode
DPaint.java1338 return BlendMode.fromValue(mXfermode.porterDuffMode); in getBlendMode()
/frameworks/base/graphics/java/android/graphics/drawable/
DIcon.java780 mBlendMode = BlendMode.fromValue(mode.nativeInt); in setTintMode()
908 mBlendMode = BlendMode.fromValue(in.readInt()); in Icon()
DDrawable.java700 BlendMode mode = tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null; in setTintMode()
/frameworks/base/core/java/android/widget/
DProgressBar.java812 ? BlendMode.fromValue(tintMode.nativeInt) : null); in setIndeterminateTintMode()
1122 setProgressTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null); in setProgressTintMode()
1239 ? BlendMode.fromValue(tintMode.nativeInt) : null); in setProgressBackgroundTintMode()
1352 ? BlendMode.fromValue(tintMode.nativeInt) : null); in setSecondaryProgressTintMode()
DAbsSeekBar.java293 setThumbTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : in setThumbTintMode()
479 setTickMarkTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null); in setTickMarkTintMode()
DCheckedTextView.java265 ? BlendMode.fromValue(tintMode.nativeInt) : null); in setCheckMarkTintMode()
DCompoundButton.java410 setButtonTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null); in setButtonTintMode()
DSwitch.java628 setTrackTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null); in setTrackTintMode()
809 setThumbTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null); in setThumbTintMode()
DImageView.java685 setImageTintBlendMode(tintMode != null ? BlendMode.fromValue(tintMode.nativeInt) : null);
DRemoteViews.java1819 this.value = BlendMode.fromValue(in.readInt()); in ReflectionAction()
DTextView.java3402 ? BlendMode.fromValue(tintMode.nativeInt) : null); in setCompoundDrawableTintMode()
/frameworks/base/boot/
Dboot-image-profile.txt6428 HSPLandroid/graphics/BlendMode;->fromValue(I)Landroid/graphics/BlendMode;
/frameworks/base/config/
Dboot-image-profile.txt6426 HSPLandroid/graphics/BlendMode;->fromValue(I)Landroid/graphics/BlendMode;