HomeSort by relevance Sort by last modified time
    Searched refs:firstValue (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 34 private float firstValue;
64 firstValue = ((FloatKeyframe) mKeyframes.get(0)).getFloatValue();
66 deltaValue = lastValue - firstValue;
72 return firstValue + fraction * deltaValue;
74 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).floatValue();
IntKeyframeSet.java 34 private int firstValue;
64 firstValue = ((IntKeyframe) mKeyframes.get(0)).getIntValue();
66 deltaValue = lastValue - firstValue;
72 return firstValue + (int)(fraction * deltaValue);
74 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).intValue();
  /external/webkit/Source/JavaScriptCore/
create_hash_table 258 my $firstValue = "";
264 $firstValue = $values[$i]{"function"};
268 $firstValue = $values[$i]{"get"};
271 $firstValue = $values[$i]{"value"};
287 print " { \"$key\", $attrs[$i], (intptr_t)" . $castStr . "($firstValue), (intptr_t)$secondValue THUNK_GENERATOR($thunkGenerator) },\n";
  /external/webkit/Source/WebCore/css/
SVGCSSStyleSelector.cpp 557 CSSValue* firstValue = list->itemWithoutBoundsCheck(0);
558 if (!firstValue->isShadowValue())
560 ShadowValue* item = static_cast<ShadowValue*>(firstValue);
CSSStyleSelector.cpp     [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduParser.java     [all...]
  /external/clang/include/clang/AST/
Decl.h 500 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; }
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 401 milliseconds