HomeSort by relevance Sort by last modified time
    Searched defs:firstValue (Results 1 - 12 of 12) 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/icu4c/test/intltest/
bytestrietest.cpp 664 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
668 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
ucharstrietest.cpp 828 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
832 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
842 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
846 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 616 String firstValue = dcRightsArray.getChild(1).getValue();
618 firstValue, null);
  /external/icu4c/common/
uloc_tag.c     [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java     [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /external/zxing/core/
core.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 547 milliseconds