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

/frameworks/base/core/java/android/animation/
H A DIntKeyframeSet.java46 return getIntValue(fraction);
67 public int getIntValue(float fraction) { method in class:IntKeyframeSet
71 firstValue = ((IntKeyframe) mKeyframes.get(0)).getIntValue();
72 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue();
87 int prevValue = prevKeyframe.getIntValue();
88 int nextValue = nextKeyframe.getIntValue();
103 int prevValue = prevKeyframe.getIntValue();
104 int nextValue = nextKeyframe.getIntValue();
126 int prevValue = prevKeyframe.getIntValue();
127 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/base/tests/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeReturnValuesTest.java73 public int getIntValue() { method in class:JavaBridgeReturnValuesTest.TestObject
149 executeJavaScriptAndGetStringResult("typeof testObject.getIntValue()"));
185 assertTrue(executeJavaScriptAndGetBooleanResult("42 === testObject.getIntValue()"));
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h54 unsigned int getIntValue() const function in class:mcld::ELFAttributeValue
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java217 public int getIntValue() { method in class:RestrictionEntry
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java444 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
431 int mInfoType = Utility::getIntValue(env, drmInfoObject, "mInfoType");
512 int mInfoType = Utility::getIntValue(env, drmInfoRequest, "mInfoType");

Completed in 130 milliseconds