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

  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 37 private float deltaValue;
73 deltaValue = lastValue - firstValue;
79 return firstValue + fraction * deltaValue;
IntKeyframeSet.java 37 private int deltaValue;
73 deltaValue = lastValue - firstValue;
79 return firstValue + (int)(fraction * deltaValue);
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 240 NameValuesHolder(int nameConstant, float fromValue, float deltaValue) {
243 mDeltaValue = deltaValue;
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 2515 milliseconds