Home
last modified time | relevance | path

Searched defs:fromValue (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DPropertyValuesHolder.cpp29 inline constexpr float lerp(float fromValue, float toValue, float fraction) { in lerp()
/frameworks/base/graphics/java/android/graphics/
DBlendMode.java506 public static @Nullable BlendMode fromValue(int value) { in fromValue() method in BlendMode
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java235 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) { in NameValuesHolder()
910 float fromValue = getValue(constantName); in animateProperty() local
924 float fromValue = getValue(constantName); in animatePropertyBy() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DLazyFieldLite.java132 public static LazyFieldLite fromValue(MessageLite value) { in fromValue() method in LazyFieldLite