HomeSort by relevance Sort by last modified time
    Searched refs:getFloatValue (Results 1 - 25 of 49) sorted by null

1 2

  /external/clang/test/CodeGenCXX/
2012-03-16-StoreAlign.cpp 10 return getFloatValue() == o.getFloatValue();
14 float getFloatValue() const {
  /frameworks/base/core/java/android/animation/
Keyframes.java 92 float getFloatValue(float fraction);
FloatKeyframeSet.java 45 return getFloatValue(fraction);
66 public float getFloatValue(float fraction) {
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...]
PathKeyframes.java 161 public float getFloatValue(float fraction) {
175 public float getFloatValue(float fraction) {
255 return getFloatValue(fraction);
Keyframe.java 363 public float getFloatValue() {
PropertyValuesHolder.java     [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Value.java 173 public float getFloatValue() {
228 if (Float.isNaN(getFloatValue())
229 && (Float.isNaN(value0.getFloatValue())))
231 return getFloatValue() == value0.getFloatValue();
266 return "float: " + getFloatValue();
Packet.java     [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_value.cc 71 FloatMax Value::getFloatValue() const {
ubsan_value.h 192 FloatMax getFloatValue() const;
ubsan_diag.cc 93 AddArg(V.getFloatValue());
  /cts/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 78 value = getFloatValue(valueArg);
229 private Float getFloatValue(int valueArg) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/format/
GLMessageFormatter.java 103 return String.format("%f", var.getFloatValue(0)); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
StateTransformFactory.java 280 float v0 = msg.getArgs(1).getFloatValue(0);
281 float v1 = msg.getArgsCount() > 2 ? msg.getArgs(2).getFloatValue(0) : 0;
282 float v2 = msg.getArgsCount() > 3 ? msg.getArgs(3).getFloatValue(0) : 0;
283 float v3 = msg.getArgsCount() > 4 ? msg.getArgs(4).getFloatValue(0) : 0;
298 v[i] = msg.getArgs(1).getFloatValue(i);
455 float width = msg.getArgs(0).getFloatValue(0);
488 float factor = msg.getArgs(0).getFloatValue(0);
489 float units = msg.getArgs(1).getFloatValue(0);
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
GetValues002Test.java 208 float floatValue = fieldValue.getFloatValue();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ReferenceType/
GetValues002Test.java 176 float floatValue = fieldValue.getFloatValue();
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 482 public Float getFloatValue(int formatType, int offset) {
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-repository-metadata-3.2.1.jar 
plexus-sec-dispatcher-1.3.jar 
maven-plugin-api-3.2.1.jar 
maven-settings-3.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/w3c/css/sac/1.3/
sac-1.3.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]

Completed in 222 milliseconds

1 2