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

1 2 3

  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 35 private float lastValue;
71 lastValue = ((FloatKeyframe) mKeyframes.get(1)).getFloatValue();
72 deltaValue = lastValue - firstValue;
80 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).floatValue();
IntKeyframeSet.java 35 private int lastValue;
71 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue();
72 deltaValue = lastValue - firstValue;
80 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).intValue();
  /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/tests/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 354 int lastValue = -1;
357 if (currentValue <= lastValue)
360 lastValue = currentValue;
  /dalvik/dx/src/com/android/dx/command/dexer/
Main.java     [all...]
  /external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp 714 const deUint32 lastValue = initialValue + (spec.useBranches ? spec.threadCount*spec.callCount - spec.threadCount*spec.callCount/2 : 0) - (spec.useBranches ? spec.threadCount*spec.callCount/2 : 0);
763 if (incrementCounts[pos] > 0 && pos >= (int)(lastValue - minValue))
788 if (minValue + pos != lastValue)
    [all...]
  /frameworks/native/include/binder/
Parcel.h 64 void restoreAllowFds(bool lastValue);
  /frameworks/base/core/jni/
android_os_Parcel.cpp 155 static void android_os_Parcel_restoreAllowFds(JNIEnv* env, jclass clazz, jlong nativePtr, jboolean lastValue)
159 parcel->restoreAllowFds((bool)lastValue);
  /frameworks/base/core/java/android/os/
Parcel.java 251 private static native void nativeRestoreAllowFds(long nativePtr, boolean lastValue);
413 public final void restoreAllowFds(boolean lastValue) {
414 nativeRestoreAllowFds(mNativePtr, lastValue);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java     [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 467 void Parcel::restoreAllowFds(bool lastValue)
469 mAllowFds = lastValue;
    [all...]
  /external/clang/include/clang/AST/
Decl.h 488 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/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
lombok-ast-0.2.jar 

Completed in 3008 milliseconds

1 2 3