Searched defs:getFloatValue (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DFloatKeyframeSet.java46 return getFloatValue(fraction);
67 public float getFloatValue(float fraction) { method in class:FloatKeyframeSet
71 firstValue = ((FloatKeyframe) mKeyframes.get(0)).getFloatValue();
72 lastValue = ((FloatKeyframe) mKeyframes.get(1)).getFloatValue();
87 float prevValue = prevKeyframe.getFloatValue();
88 float nextValue = nextKeyframe.getFloatValue();
103 float prevValue = prevKeyframe.getFloatValue();
104 float nextValue = nextKeyframe.getFloatValue();
127 float prevValue = prevKeyframe.getFloatValue();
128 float nextValue = nextKeyframe.getFloatValue();
[all...]
H A DKeyframes.java93 float getFloatValue(float fraction); method in interface:Keyframes.FloatKeyframes
H A DKeyframe.java363 public float getFloatValue() { method in class:Keyframe.FloatKeyframe
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeReturnValuesTest.java79 public float getFloatValue() { method in class:JavaBridgeReturnValuesTest.TestObject
153 executeJavaScriptAndGetStringResult("typeof testObject.getFloatValue()"));
188 "Math.abs(42.1 - testObject.getFloatValue()) < 0.001"));
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java482 public Float getFloatValue(int formatType, int offset) { method in class:BluetoothGattCharacteristic

Completed in 114 milliseconds