/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/animation/ |
AnimationTranslationUtil.cpp | 132 bool appendKeyframeWithStandardTimingFunction(Curve* curve, double keyTime, const Value* value, const Value* lastValue, blink::WebAnimationCurve::TimingFunctionType timingFunctionType, const FloatSize&) 139 bool appendKeyframeWithCustomBezierTimingFunction(Curve* curve, double keyTime, const Value* value, const Value* lastValue, double x1, double y1, double x2, double y2, const FloatSize&) 146 bool appendKeyframeWithStandardTimingFunction<TransformAnimationValue, WebTransformKeyframe, WebTransformAnimationCurve>(WebTransformAnimationCurve* curve, double keyTime, const TransformAnimationValue* value, const TransformAnimationValue* lastValue, blink::WebAnimationCurve::TimingFunctionType timingFunctionType, const FloatSize& boxSize) 148 bool canBlend = !lastValue; 157 toWebTransformOperations(*lastValue->value(), boxSize, lastOperations.get()); 168 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) 170 bool canBlend = !lastValue; 179 toWebTransformOperations(*lastValue->value(), boxSize, lastOperations.get()); 198 bool appendKeyframeWithStandardTimingFunction<FilterAnimationValue, WebFilterKeyframe, WebFilterAnimationCurve>(WebFilterAnimationCurve* curve, double keyTime, const FilterAnimationValue* value, const FilterAnimationValue* lastValue, blink::WebAnimationCurve::TimingFunctionType timingFunctionType, const FloatSize& boxSize) 214 bool appendKeyframeWithCustomBezierTimingFunction<FilterAnimationValue, WebFilterKeyframe, WebFilterAnimationCurve>(WebFilterAnimationCurve* curve, double keyTime, const FilterAnimationValue* value, const FilterAnimationValue* lastValue, double x1, double y1, double x2, double y2, const FloatSize& boxSize [all...] |
/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 | 461 void Parcel::restoreAllowFds(bool lastValue) 463 mAllowFds = lastValue; [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
MapMakerInternalMapTest.java | [all...] |
/external/chromium_org/third_party/polymer/ |
platform.js | [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/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 | |