Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DFloatKeyframeSet.java45 return getFloatValue(fraction); in getValue()
66 public float getFloatValue(float fraction) { in getFloatValue() method in FloatKeyframeSet
70 firstValue = ((FloatKeyframe) mKeyframes.get(0)).getFloatValue(); in getFloatValue()
71 lastValue = ((FloatKeyframe) mKeyframes.get(1)).getFloatValue(); in getFloatValue()
86 float prevValue = prevKeyframe.getFloatValue(); in getFloatValue()
87 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue()
102 float prevValue = prevKeyframe.getFloatValue(); in getFloatValue()
103 float nextValue = nextKeyframe.getFloatValue(); in getFloatValue()
123 float prevValue = prevKeyframe.getFloatValue(); in getFloatValue()
124 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.java92 float getFloatValue(float fraction); in getFloatValue() method
DKeyframe.java363 public float getFloatValue() { in getFloatValue() method in Keyframe.FloatKeyframe
DPropertyValuesHolder.java1263 mFloatAnimatedValue = mFloatKeyframes.getFloatValue(fraction); in calculateValue()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java482 public Float getFloatValue(int formatType, int offset) { in getFloatValue() method in BluetoothGattCharacteristic
/frameworks/base/api/
Dcurrent.txt6764 method public java.lang.Float getFloatValue(int, int);
Dsystem-current.txt6984 method public java.lang.Float getFloatValue(int, int);