Searched refs:getFloatValue (Results 1 - 6 of 6) 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/bluetooth/
H A DBluetoothGattCharacteristic.java550 public Float getFloatValue(int formatType, int offset) { method in class:BluetoothGattCharacteristic

Completed in 115 milliseconds