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

1 2

  /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();
  /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;
  /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...]
  /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/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java     [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 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/sdk/tools/darwin/lib/
dx.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
lombok-ast-0.2.jar 
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 

Completed in 698 milliseconds

1 2