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

  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 36 private float deltaValue;
66 deltaValue = lastValue - firstValue;
72 return firstValue + fraction * deltaValue;
IntKeyframeSet.java 36 private int deltaValue;
66 deltaValue = lastValue - firstValue;
72 return firstValue + (int)(fraction * deltaValue);
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 221 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) {
224 mDeltaValue = deltaValue;
    [all...]
  /dalvik/vm/compiler/
Dataflow.cpp     [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]

Completed in 117 milliseconds