Searched refs:getFloatValue (Results 1 – 13 of 13) sorted by relevance
40 return getFloatValue(fraction); in getValue()56 public float getFloatValue(float fraction) { in getFloatValue() method in FloatKeyframeSet60 float prevValue = prevKeyframe.getFloatValue(); in getFloatValue()61 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue()76 float prevValue = prevKeyframe.getFloatValue(); in getFloatValue()77 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue()97 float prevValue = prevKeyframe.getFloatValue(); in getFloatValue()98 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue()
158 public float getFloatValue(float fraction) { in createXFloatKeyframes()172 public float getFloatValue(float fraction) {248 return getFloatValue(fraction);
87 float getFloatValue(float fraction); in getFloatValue() method
363 public float getFloatValue() { in getFloatValue() method in Keyframe.FloatKeyframe
1354 mFloatAnimatedValue = mFloatKeyframes.getFloatValue(fraction); in calculateValue()
57 builder.writeFloat(value.getFloatValue()); in reportBootstrapAtom()
99 assertThat(vendorAtom.getFloatValue()).isEqualTo(8.5f); in testReportVendorAtomRepeated()
111 assertThat(atom.values[4].getFloatValue()).isEqualTo(kTestFloatValue); in testCreateVendorAtom1ApiGen()191 assertThat(atom.values[0].getFloatValue()).isEqualTo(kTestFloatValue); in testCreateVendorAtom4ApiGen()
281 HSPLandroid/animation/FloatKeyframeSet;->getFloatValue(F)F+]Landroid/animation/Keyframe$FloatKeyfra…291 HSPLandroid/animation/Keyframe$FloatKeyframe;->getFloatValue()F389 HSPLandroid/animation/PathKeyframes$1;->getFloatValue(F)F390 HSPLandroid/animation/PathKeyframes$2;->getFloatValue(F)F
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
907 Landroid/animation/Keyframe$FloatKeyframe;->getFloatValue()F922 Landroid/animation/Keyframes$FloatKeyframes;->getFloatValue(F)F
6295 method public java.lang.Float getFloatValue(int, int);