Home
last modified time | relevance | path

Searched refs:getIntValue (Results 1 – 18 of 18) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp160 if (pInAttr.getIntValue() <= CPU_Arch_Max) { in merge()
161 m_CPUArch = pInAttr.getIntValue(); in merge()
180 m_FPArch = pInAttr.getIntValue(); in merge()
185 m_HardFPUse = pInAttr.getIntValue(); in merge()
195 m_VFPArgs = pInAttr.getIntValue(); in merge()
214 if (pInAttr.getIntValue() > out_attr.getIntValue()) in merge()
215 out_attr.setIntValue(pInAttr.getIntValue()); in merge()
225 if (pInAttr.getIntValue() < out_attr.getIntValue()) in merge()
226 out_attr.setIntValue(pInAttr.getIntValue()); in merge()
234 const int in_val = pInAttr.getIntValue(); in merge()
[all …]
/frameworks/base/core/java/android/animation/
DIntKeyframeSet.java45 return getIntValue(fraction); in getValue()
66 public int getIntValue(float fraction) { in getIntValue() method in IntKeyframeSet
70 firstValue = ((IntKeyframe) mKeyframes.get(0)).getIntValue(); in getIntValue()
71 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue(); in getIntValue()
86 int prevValue = prevKeyframe.getIntValue(); in getIntValue()
87 int nextValue = nextKeyframe.getIntValue(); in getIntValue()
102 int prevValue = prevKeyframe.getIntValue(); in getIntValue()
103 int nextValue = nextKeyframe.getIntValue(); in getIntValue()
122 int prevValue = prevKeyframe.getIntValue(); in getIntValue()
123 int nextValue = nextKeyframe.getIntValue(); in getIntValue()
DPathKeyframes.java189 public int getIntValue(float fraction) {
203 public int getIntValue(float fraction) {
242 return getIntValue(fraction);
DKeyframes.java79 int getIntValue(float fraction); in getIntValue() method
DKeyframe.java316 public int getIntValue() { in getIntValue() method in Keyframe.IntKeyframe
DPropertyValuesHolder.java1125 mIntAnimatedValue = mIntKeyframes.getIntValue(fraction); in calculateValue()
/frameworks/compile/mclinker/lib/Target/
DELFAttributeValue.cpp56 if (isIntValue() && (m_IntValue != pValue.getIntValue())) in equals()
DELFAttributeData.cpp72 leb128::encode<uint32_t>(pBuf, pValue.getIntValue()); in WriteAttribute()
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
DNotBindableVo.java42 public int getIntValue() { in getIntValue() method in NotBindableVo
/frameworks/compile/mclinker/include/mcld/Target/
DELFAttributeValue.h49 unsigned int getIntValue() const { return m_IntValue; } in getIntValue() function
/frameworks/base/drm/jni/
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) { in getIntValue() function in Utility
432 int mInfoType = Utility::getIntValue(env, drmInfoObject, "mInfoType"); in android_drm_DrmManagerClient_processDrmInfo()
513 int mInfoType = Utility::getIntValue(env, drmInfoRequest, "mInfoType"); in android_drm_DrmManagerClient_acquireDrmInfo()
/frameworks/base/core/java/android/content/
DRestrictionEntry.java291 public int getIntValue() { in getIntValue() method in RestrictionEntry
DRestrictionsManager.java710 bundle.putInt(entry.getKey(), entry.getIntValue()); in addRestrictionToBundle()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java444 public Integer getIntValue(int formatType, int offset) { in getIntValue() method in BluetoothGattCharacteristic
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd455 final int heartRate = characteristic.getIntValue(format, 1);
/frameworks/base/docs/html/sdk/api_diff/21/
DmissingSinces.txt479 NO DOC BLOCK: android.content.RestrictionEntry Method getIntValue()
/frameworks/base/api/
Dcurrent.txt6766 method public java.lang.Integer getIntValue(int, int);
8559 method public int getIntValue();
Dsystem-current.txt6986 method public java.lang.Integer getIntValue(int, int);
8816 method public int getIntValue();