Home
last modified time | relevance | path

Searched defs:endValue (Results 1 – 25 of 26) sorted by relevance

12

/external/lottie/lottie/src/main/java/com/airbnb/lottie/value/
DLottieInterpolatedValue.java9 private final T endValue; field in LottieInterpolatedValue
12 LottieInterpolatedValue(T startValue, T endValue) { in LottieInterpolatedValue()
16 LottieInterpolatedValue(T startValue, T endValue, Interpolator interpolator) { in LottieInterpolatedValue()
27 abstract T interpolateValue(T startValue, T endValue, float progress); in interpolateValue()
DLottieInterpolatedFloatValue.java10 public LottieInterpolatedFloatValue(Float startValue, Float endValue) { in LottieInterpolatedFloatValue()
14 public LottieInterpolatedFloatValue(Float startValue, Float endValue, Interpolator interpolator) { in LottieInterpolatedFloatValue()
18 @Override Float interpolateValue(Float startValue, Float endValue, float progress) { in interpolateValue()
DLottieInterpolatedIntegerValue.java10 public LottieInterpolatedIntegerValue(Integer startValue, Integer endValue) { in LottieInterpolatedIntegerValue()
14 …public LottieInterpolatedIntegerValue(Integer startValue, Integer endValue, Interpolator interpola… in LottieInterpolatedIntegerValue()
18 @Override Integer interpolateValue(Integer startValue, Integer endValue, float progress) { in interpolateValue()
DLottieInterpolatedPointValue.java12 public LottieInterpolatedPointValue(PointF startValue, PointF endValue) { in LottieInterpolatedPointValue()
16 …public LottieInterpolatedPointValue(PointF startValue, PointF endValue, Interpolator interpolator)… in LottieInterpolatedPointValue()
20 @Override PointF interpolateValue(PointF startValue, PointF endValue, float progress) { in interpolateValue()
DKeyframe.java17 @Nullable public T endValue; field in Keyframe
40 @Nullable T startValue, @Nullable T endValue, in Keyframe()
53 @Nullable T startValue, @Nullable T endValue, in Keyframe()
66 @Nullable T startValue, @Nullable T endValue, in Keyframe()
DLottieFrameInfo.java13 private T endValue; field in LottieFrameInfo
23 T endValue, in set()
DLottieValueCallback.java68 T endValue, in getValueInternal()
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DAnimatedVectorDrawableNatives.java51 long nativePtr, int propertyId, float startValue, float endValue); in nCreateGroupPropertyHolder()
57 long nativePtr, int propertyId, int startValue, int endValue); in nCreatePathColorPropertyHolder()
60 long nativePtr, int propertyId, float startValue, float endValue); in nCreatePathPropertyHolder()
63 long nativePtr, float startValue, float endValue); in nCreateRootAlphaPropertyHolder()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeAnimatedVectorDrawable.java99 long nativePtr, int propertyId, float startValue, float endValue) { in nCreateGroupPropertyHolder()
113 long nativePtr, int propertyId, int startValue, int endValue) { in nCreatePathColorPropertyHolder()
120 long nativePtr, int propertyId, float startValue, float endValue) { in nCreatePathPropertyHolder()
127 long nativePtr, float startValue, float endValue) { in nCreateRootAlphaPropertyHolder()
/external/jsilver/src/com/google/clearsilver/jsilver/functions/string/
DSliceFunction.java40 Value endValue = args[2]; in execute() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DKeyframeParser.java96 T endValue = null; in parseKeyframe() local
166 T endValue = null; in parseMultiDimensionalKeyframe() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DBaseStrokeContent.java258 float endValue = Math.min((endLength - totalLength) / length, 1); in applyTrimPath() local
274 float endValue; in applyTrimPath() local
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DGeneratedPluralSamples.java65 private long endValue; field in GeneratedPluralSamples.Range
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DUtils.java138 Path path, float startValue, float endValue, float offsetValue) { in applyTrimPathIfNeeded()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DStyledPlayerControlViewLayoutManager.java546 private static ObjectAnimator ofTranslationY(float startValue, float endValue, View target) { in ofTranslationY()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DStyledPlayerControlViewLayoutManager.java546 private static ObjectAnimator ofTranslationY(float startValue, float endValue, View target) { in ofTranslationY()
/external/icu/icu4c/source/i18n/
Dcalendar.cpp2829 int32_t endValue = getMinimum(field); in getActualMinimum() local
3819 int32_t Calendar::getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, … in getActualHelper()
/external/cronet/third_party/icu/source/i18n/
Dcalendar.cpp2829 int32_t endValue = getMinimum(field); in getActualMinimum() local
3819 int32_t Calendar::getActualHelper(UCalendarDateFields field, int32_t startValue, int32_t endValue, … in getActualHelper()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java2647 private int getActualHelper(int field, int startValue, int endValue) { in getActualHelper()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java2553 private int getActualHelper(int field, int startValue, int endValue) { in getActualHelper()
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2750 Value::Value(const char* beginValue, const char* endValue) { in Value()
/external/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2774 Value::Value(const char* beginValue, const char* endValue) { in Value()
/external/cronet/third_party/protobuf/conformance/third_party/jsoncpp/
Djsoncpp.cpp2774 Value::Value(const char* beginValue, const char* endValue) { in Value()
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2750 Value::Value(const char* beginValue, const char* endValue) { in Value()
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
Djsoncpp.cpp2750 Value::Value(const char* beginValue, const char* endValue) { in Value()

12