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

/frameworks/base/core/java/android/animation/
H A DIntKeyframeSet.java45 return getIntValue(fraction);
60 public int getIntValue(float fraction) { method in class:IntKeyframeSet
64 firstValue = ((IntKeyframe) mKeyframes.get(0)).getIntValue();
65 lastValue = ((IntKeyframe) mKeyframes.get(1)).getIntValue();
80 int prevValue = prevKeyframe.getIntValue();
81 int nextValue = nextKeyframe.getIntValue();
96 int prevValue = prevKeyframe.getIntValue();
97 int nextValue = nextKeyframe.getIntValue();
119 int prevValue = prevKeyframe.getIntValue();
120 int nextValue = nextKeyframe.getIntValue();
[all...]
H A DKeyframe.java292 public int getIntValue() { method in class:Keyframe.IntKeyframe
H A DPropertyValuesHolder.java792 mIntAnimatedValue = mIntKeyframeSet.getIntValue(fraction);
/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/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java431 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
429 int mInfoType = Utility::getIntValue(env, drmInfoObject, "mInfoType");
510 int mInfoType = Utility::getIntValue(env, drmInfoRequest, "mInfoType");

Completed in 146 milliseconds