Searched defs:getIntValue (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/animation/
H A DIntKeyframeSet.java45 return getIntValue(fraction);
66 public int getIntValue(float fraction) { method in class:IntKeyframeSet
70 firstValue = ((IntKeyframe) mKeyframes.get(0)).getIntValue();
71 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue();
86 int prevValue = prevKeyframe.getIntValue();
87 int nextValue = nextKeyframe.getIntValue();
102 int prevValue = prevKeyframe.getIntValue();
103 int nextValue = nextKeyframe.getIntValue();
122 int prevValue = prevKeyframe.getIntValue();
123 int nextValue = nextKeyframe.getIntValue();
[all...]
H A DKeyframes.java80 int getIntValue(float fraction); method in interface:Keyframes.IntKeyframes
H A DKeyframe.java316 public int getIntValue() { method in class:Keyframe.IntKeyframe
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DNotBindableVo.java42 public int getIntValue() { method in class:NotBindableVo
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h49 unsigned int getIntValue() const { return m_IntValue; } function in class:mcld::ELFAttributeValue
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java291 public int getIntValue() { method in class:RestrictionEntry
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java504 public Integer getIntValue(int formatType, int offset) { method in class:BluetoothGattCharacteristic
/frameworks/base/drm/jni/
H A Dandroid_drm_DrmManagerClient.cpp57 static int getIntValue(JNIEnv* env, jobject object, const char* fieldName);
119 int Utility::getIntValue(JNIEnv* env, jobject object, const char* fieldName) { function in class:Utility
432 int mInfoType = Utility::getIntValue(env, drmInfoObject, "mInfoType");
513 int mInfoType = Utility::getIntValue(env, drmInfoRequest, "mInfoType");
/frameworks/base/media/java/android/media/
H A DExifInterface.java710 public int getIntValue(ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
1245 return exifAttribute.getIntValue(mExifByteOrder);
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 5229 milliseconds