Searched refs:getIntValue (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFAttributeData.cpp160 if (pInAttr.getIntValue() <= CPU_Arch_Max) {
161 m_CPUArch = pInAttr.getIntValue();
180 m_FPArch = pInAttr.getIntValue();
185 m_HardFPUse = pInAttr.getIntValue();
195 m_VFPArgs = pInAttr.getIntValue();
214 if (pInAttr.getIntValue() > out_attr.getIntValue())
215 out_attr.setIntValue(pInAttr.getIntValue());
225 if (pInAttr.getIntValue() < out_attr.getIntValue())
[all...]
/frameworks/base/core/java/android/animation/
H A DKeyframes.java80 int getIntValue(float fraction); method in interface:Keyframes.IntKeyframes
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 DPathKeyframes.java190 public int getIntValue(float fraction) {
204 public int getIntValue(float fraction) {
243 return getIntValue(fraction);
H A DKeyframe.java316 public int getIntValue() { method in class:Keyframe.IntKeyframe
H A DPropertyValuesHolder.java1188 mIntAnimatedValue = mIntKeyframes.getIntValue(fraction);
/frameworks/compile/mclinker/lib/Target/
H A DELFAttributeValue.cpp56 if (isIntValue() && (m_IntValue != pValue.getIntValue()))
H A DELFAttributeData.cpp72 leb128::encode<uint32_t>(pBuf, pValue.getIntValue());
/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
H A DRestrictionsManager.java710 bundle.putInt(entry.getKey(), entry.getIntValue());
/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/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java504 public Integer getIntValue(int formatType, int offset) { method in class:BluetoothGattCharacteristic
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/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);

Completed in 506 milliseconds