Searched refs:lastValue (Results 1 – 6 of 6) sorted by relevance
36 private float lastValue; field in FloatKeyframeSet72 lastValue = ((FloatKeyframe) mKeyframes.get(1)).getFloatValue(); in getFloatValue()73 deltaValue = lastValue - firstValue; in getFloatValue()81 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).floatValue(); in getFloatValue()
36 private int lastValue; field in IntKeyframeSet72 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue(); in getIntValue()73 deltaValue = lastValue - firstValue; in getIntValue()81 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).intValue(); in getIntValue()
155 …d android_os_Parcel_restoreAllowFds(JNIEnv* env, jclass clazz, jlong nativePtr, jboolean lastValue) in android_os_Parcel_restoreAllowFds() argument159 parcel->restoreAllowFds((bool)lastValue); in android_os_Parcel_restoreAllowFds()
64 void restoreAllowFds(bool lastValue);
251 private static native void nativeRestoreAllowFds(long nativePtr, boolean lastValue); in nativeRestoreAllowFds() argument419 public final void restoreAllowFds(boolean lastValue) { in restoreAllowFds() argument420 nativeRestoreAllowFds(mNativePtr, lastValue); in restoreAllowFds()
488 void Parcel::restoreAllowFds(bool lastValue) in restoreAllowFds() argument490 mAllowFds = lastValue; in restoreAllowFds()