Home
last modified time | relevance | path

Searched refs:lastValue (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/animation/
DFloatKeyframeSet.java35 private float lastValue; field in FloatKeyframeSet
71 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()
DIntKeyframeSet.java35 private int lastValue; field in IntKeyframeSet
71 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()
/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp159 …d android_os_Parcel_restoreAllowFds(JNIEnv* env, jclass clazz, jlong nativePtr, jboolean lastValue) in android_os_Parcel_restoreAllowFds() argument
163 parcel->restoreAllowFds((bool)lastValue); in android_os_Parcel_restoreAllowFds()
/frameworks/base/core/java/android/os/
DParcel.java265 private static native void nativeRestoreAllowFds(long nativePtr, boolean lastValue); in nativeRestoreAllowFds() argument
435 public final void restoreAllowFds(boolean lastValue) { in restoreAllowFds() argument
436 nativeRestoreAllowFds(mNativePtr, lastValue); in restoreAllowFds()
/frameworks/native/include/binder/
DParcel.h72 void restoreAllowFds(bool lastValue);
/frameworks/native/libs/binder/
DParcel.cpp603 void Parcel::restoreAllowFds(bool lastValue) in restoreAllowFds() argument
605 mAllowFds = lastValue; in restoreAllowFds()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...