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

/frameworks/base/core/java/android/animation/
H A DFloatKeyframeSet.java45 return getFloatValue(fraction);
60 public float getFloatValue(float fraction) { method in class:FloatKeyframeSet
64 firstValue = ((FloatKeyframe) mKeyframes.get(0)).getFloatValue();
65 lastValue = ((FloatKeyframe) mKeyframes.get(1)).getFloatValue();
80 float prevValue = prevKeyframe.getFloatValue();
81 float nextValue = nextKeyframe.getFloatValue();
96 float prevValue = prevKeyframe.getFloatValue();
97 float nextValue = nextKeyframe.getFloatValue();
120 float prevValue = prevKeyframe.getFloatValue();
121 float nextValue = nextKeyframe.getFloatValue();
[all...]
H A DKeyframe.java338 public float getFloatValue() { method in class:Keyframe.FloatKeyframe
H A DPropertyValuesHolder.java929 mFloatAnimatedValue = mFloatKeyframeSet.getFloatValue(fraction);
/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.java469 public Float getFloatValue(int formatType, int offset) { method in class:BluetoothGattCharacteristic

Completed in 155 milliseconds