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

/frameworks/base/core/java/android/animation/
H A DKeyframes.java87 float getFloatValue(float fraction); method in interface:Keyframes.FloatKeyframes
H A DFloatKeyframeSet.java40 return getFloatValue(fraction);
56 public float getFloatValue(float fraction) { method in class:FloatKeyframeSet
60 float prevValue = prevKeyframe.getFloatValue();
61 float nextValue = nextKeyframe.getFloatValue();
76 float prevValue = prevKeyframe.getFloatValue();
77 float nextValue = nextKeyframe.getFloatValue();
97 float prevValue = prevKeyframe.getFloatValue();
98 float nextValue = nextKeyframe.getFloatValue();
H A DPathKeyframes.java158 public float getFloatValue(float fraction) {
172 public float getFloatValue(float fraction) {
248 return getFloatValue(fraction);
H A DKeyframe.java363 public float getFloatValue() { method in class:Keyframe.FloatKeyframe
H A DPropertyValuesHolder.java1354 mFloatAnimatedValue = mFloatKeyframes.getFloatValue(fraction);
/frameworks/base/core/java/android/os/
H A DStatsDimensionsValue.java170 public float getFloatValue() { method in class:StatsDimensionsValue
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java559 public Float getFloatValue(int formatType, int offset) { method in class:BluetoothGattCharacteristic
/frameworks/base/config/
H A Dboot-image-profile.txt123 HPLandroid/animation/PathKeyframes$1;->getFloatValue(F)F
124 HPLandroid/animation/PathKeyframes$2;->getFloatValue(F)F
[all...]

Completed in 184 milliseconds