Searched refs:lastValue (Results 1 – 7 of 7) sorted by relevance
35 private float lastValue; field in FloatKeyframeSet71 lastValue = ((FloatKeyframe) mKeyframes.get(1)).getFloatValue(); in getFloatValue()72 deltaValue = lastValue - firstValue; in getFloatValue()80 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).floatValue(); in getFloatValue()
35 private int lastValue; field in IntKeyframeSet71 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue(); in getIntValue()72 deltaValue = lastValue - firstValue; in getIntValue()80 return ((Number)mEvaluator.evaluate(fraction, firstValue, lastValue)).intValue(); in getIntValue()
159 …d android_os_Parcel_restoreAllowFds(JNIEnv* env, jclass clazz, jlong nativePtr, jboolean lastValue) in android_os_Parcel_restoreAllowFds() argument163 parcel->restoreAllowFds((bool)lastValue); in android_os_Parcel_restoreAllowFds()
265 private static native void nativeRestoreAllowFds(long nativePtr, boolean lastValue); in nativeRestoreAllowFds() argument435 public final void restoreAllowFds(boolean lastValue) { in restoreAllowFds() argument436 nativeRestoreAllowFds(mNativePtr, lastValue); in restoreAllowFds()
72 void restoreAllowFds(bool lastValue);
603 void Parcel::restoreAllowFds(bool lastValue) in restoreAllowFds() argument605 mAllowFds = lastValue; in restoreAllowFds()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...