Home
last modified time | relevance | path

Searched refs:getFloatValue (Results 1 – 10 of 10) 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.java162 public float getFloatValue(float fraction) { in createXFloatKeyframes()
176 public float getFloatValue(float fraction) {
256 return getFloatValue(fraction);
DKeyframes.java93 float getFloatValue(float fraction); in getFloatValue() method
DKeyframe.java363 public float getFloatValue() { in getFloatValue() method in Keyframe.FloatKeyframe
DPropertyValuesHolder.java1326 mFloatAnimatedValue = mFloatKeyframes.getFloatValue(fraction); in calculateValue()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java542 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.txt7158 method public java.lang.Float getFloatValue(int, int);
Dtest-current.txt7164 method public java.lang.Float getFloatValue(int, int);
Dsystem-current.txt7450 method public java.lang.Float getFloatValue(int, int);