Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DFloatKeyframeSet.java40 return getFloatValue(fraction); in getValue()
56 public float getFloatValue(float fraction) { in getFloatValue() method in FloatKeyframeSet
60 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()
DPathKeyframes.java158 public float getFloatValue(float fraction) { in createXFloatKeyframes()
172 public float getFloatValue(float fraction) {
248 return getFloatValue(fraction);
DKeyframes.java87 float getFloatValue(float fraction); in getFloatValue() method
DKeyframe.java363 public float getFloatValue() { in getFloatValue() method in Keyframe.FloatKeyframe
DPropertyValuesHolder.java1354 mFloatAnimatedValue = mFloatKeyframes.getFloatValue(fraction); in calculateValue()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java550 public Float getFloatValue(int formatType, int offset) { in getFloatValue() method in BluetoothGattCharacteristic
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt6295 method public java.lang.Float getFloatValue(int, int);
/frameworks/base/api/
Dcurrent.txt7698 method public java.lang.Float getFloatValue(int, int);
Dsystem-current.txt8177 method public java.lang.Float getFloatValue(int, int);