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

1 2

  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 35 private float lastValue;
65 lastValue = ((FloatKeyframe) mKeyframes.get(1)).getFloatValue();
66 deltaValue = lastValue - firstValue;
74 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).floatValue();
IntKeyframeSet.java 35 private int lastValue;
65 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue();
66 deltaValue = lastValue - firstValue;
74 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).intValue();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.cpp 137 bool appendKeyframeWithStandardTimingFunction(Curve* curve, double keyTime, const Value* value, const Value* lastValue, WebKit::WebAnimationCurve::TimingFunctionType timingFunctionType, const FloatSize&)
144 bool appendKeyframeWithCustomBezierTimingFunction(Curve* curve, double keyTime, const Value* value, const Value* lastValue, double x1, double y1, double x2, double y2, const FloatSize&)
160 bool appendKeyframeWithStandardTimingFunction<TransformAnimationValue, WebTransformKeyframe, WebTransformAnimationCurve>(WebTransformAnimationCurve* curve, double keyTime, const TransformAnimationValue* value, const TransformAnimationValue* lastValue, WebKit::WebAnimationCurve::TimingFunctionType timingFunctionType, const FloatSize& boxSize)
162 bool canBlend = !lastValue;
167 OwnPtr<WebTransformOperations> lastOperations(toWebTransformOperations(*lastValue->value(), boxSize));
180 bool appendKeyframeWithCustomBezierTimingFunction<TransformAnimationValue, WebTransformKeyframe, WebTransformAnimationCurve>(WebTransformAnimationCurve* curve, double keyTime, const TransformAnimationValue* value, const TransformAnimationValue* lastValue, double x1, double y1, double x2, double y2, const FloatSize& boxSize)
182 bool canBlend = !lastValue;
187 OwnPtr<WebTransformOperations> lastOperations(toWebTransformOperations(*lastValue->value(), boxSize));
  /external/guava/guava/src/com/google/common/collect/
TreeBasedTable.java 353 C lastValue;
360 lastValue != null && comparator.compare(next, lastValue) == 0;
364 lastValue = next;
365 return lastValue;
369 lastValue = null; // clear reference to unused data
  /system/core/libutils/tests/
LruCache_test.cpp 84 EntryRemovedCallback() : callbackCount(0), lastKey(-1), lastValue(NULL) { }
89 lastValue = v;
93 StringValue lastValue;
275 EXPECT_STREQ("one", callback.lastValue);
  /cts/tests/tests/animation/src/android/animation/cts/
LayoutAnimationTest.java 148 float lastValue = 0.0f;
151 assertTrue(alphaValue >= lastValue);
154 lastValue = alphaValue;
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 425 int lastValue = -1;
428 if (currentValue <= lastValue)
431 lastValue = currentValue;
    [all...]
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
options.js 116 var lastValue = document.getElementById("expand").value;
117 document.cookie = "lastValue=" + lastValue;
123 if (document.cookie == "lastValue=Hide Details") {
  /frameworks/native/include/binder/
Parcel.h 64 void restoreAllowFds(bool lastValue);
  /frameworks/base/core/java/android/os/
Parcel.java 244 private static native void nativeRestoreAllowFds(int nativePtr, boolean lastValue);
404 public final void restoreAllowFds(boolean lastValue) {
405 nativeRestoreAllowFds(mNativePtr, lastValue);
    [all...]
  /frameworks/base/core/jni/
android_os_Parcel.cpp 155 static void android_os_Parcel_restoreAllowFds(JNIEnv* env, jclass clazz, jint nativePtr, jboolean lastValue)
159 parcel->restoreAllowFds((bool)lastValue);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 460 void Parcel::restoreAllowFds(bool lastValue)
462 mAllowFds = lastValue;
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java     [all...]
  /external/clang/include/clang/AST/
Decl.h 480 static bool classofKind(Kind K) { return K >= firstValue && K <= lastValue; }
    [all...]
  /external/chromium_org/third_party/polymer/
polymer.min.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
lombok-ast-0.2.jar 

Completed in 668 milliseconds

1 2