Home
last modified time | relevance | path

Searched refs:getFloatValue (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/animation/
DFloatKeyframeSet.java46 return getFloatValue(fraction); in getValue()
67 public float getFloatValue(float fraction) { in getFloatValue() method in FloatKeyframeSet
71 firstValue = ((FloatKeyframe) mKeyframes.get(0)).getFloatValue(); in getFloatValue()
72 lastValue = ((FloatKeyframe) mKeyframes.get(1)).getFloatValue(); in getFloatValue()
87 float prevValue = prevKeyframe.getFloatValue(); in getFloatValue()
88 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue()
103 float prevValue = prevKeyframe.getFloatValue(); in getFloatValue()
104 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue()
127 float prevValue = prevKeyframe.getFloatValue(); in getFloatValue()
128 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue()
DPathKeyframes.java161 public float getFloatValue(float fraction) { in createXFloatKeyframes()
175 public float getFloatValue(float fraction) {
255 return getFloatValue(fraction);
DKeyframes.java93 float getFloatValue(float fraction); in getFloatValue() method
DKeyframe.java363 public float getFloatValue() { in getFloatValue() method in Keyframe.FloatKeyframe
DPropertyValuesHolder.java1265 mFloatAnimatedValue = mFloatKeyframes.getFloatValue(fraction); in calculateValue()
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
DJavaBridgeReturnValuesTest.java79 public float getFloatValue() { in getFloatValue() method in JavaBridgeReturnValuesTest.TestObject
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java482 public Float getFloatValue(int formatType, int offset) { in getFloatValue() method in BluetoothGattCharacteristic
/frameworks/base/api/
Dsystem-current.txt6511 method public java.lang.Float getFloatValue(int, int);
Dcurrent.txt6297 method public java.lang.Float getFloatValue(int, int);