Searched refs:lastValue (Results 1 – 6 of 6) sorted by relevance
35 private float lastValue; field in FloatKeyframeSet65 lastValue = ((FloatKeyframe) mKeyframes.get(1)).getFloatValue(); in getFloatValue()66 deltaValue = lastValue - firstValue; in getFloatValue()74 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).floatValue(); in getFloatValue()
35 private int lastValue; field in IntKeyframeSet65 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue(); in getIntValue()66 deltaValue = lastValue - firstValue; in getIntValue()74 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).intValue(); in getIntValue()
63 void restoreAllowFds(bool lastValue);
459 void Parcel::restoreAllowFds(bool lastValue) in restoreAllowFds() argument461 mAllowFds = lastValue; in restoreAllowFds()
1316 static void android_os_Parcel_restoreAllowFds(JNIEnv* env, jobject clazz, jboolean lastValue) in android_os_Parcel_restoreAllowFds() argument1320 parcel->restoreAllowFds((bool)lastValue); in android_os_Parcel_restoreAllowFds()
330 public final native void restoreAllowFds(boolean lastValue); in restoreAllowFds() argument