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

/frameworks/base/core/java/android/animation/
H A DKeyframes.java93 float getFloatValue(float fraction); method in interface:Keyframes.FloatKeyframes
H A DFloatKeyframeSet.java45 return getFloatValue(fraction);
66 public float getFloatValue(float fraction) { method in class:FloatKeyframeSet
70 firstValue = ((FloatKeyframe) mKeyframes.get(0)).getFloatValue();
71 lastValue = ((FloatKeyframe) mKeyframes.get(1)).getFloatValue();
86 float prevValue = prevKeyframe.getFloatValue();
87 float nextValue = nextKeyframe.getFloatValue();
102 float prevValue = prevKeyframe.getFloatValue();
103 float nextValue = nextKeyframe.getFloatValue();
123 float prevValue = prevKeyframe.getFloatValue();
124 float nextValue = nextKeyframe.getFloatValue();
[all...]
H A DPathKeyframes.java162 public float getFloatValue(float fraction) {
176 public float getFloatValue(float fraction) {
256 return getFloatValue(fraction);
H A DKeyframe.java363 public float getFloatValue() { method in class:Keyframe.FloatKeyframe
H A DPropertyValuesHolder.java1355 mFloatAnimatedValue = mFloatKeyframes.getFloatValue(fraction);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java542 public Float getFloatValue(int formatType, int offset) { method in class:BluetoothGattCharacteristic

Completed in 71 milliseconds