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

/frameworks/base/core/java/android/animation/
H A DIntKeyframeSet.java40 return getIntValue(fraction);
56 public int getIntValue(float fraction) { method in class:IntKeyframeSet
60 int prevValue = prevKeyframe.getIntValue();
61 int nextValue = nextKeyframe.getIntValue();
76 int prevValue = prevKeyframe.getIntValue();
77 int nextValue = nextKeyframe.getIntValue();
96 int prevValue = prevKeyframe.getIntValue();
97 int nextValue = nextKeyframe.getIntValue();
H A DKeyframes.java74 int getIntValue(float fraction); method in interface:Keyframes.IntKeyframes
H A DKeyframe.java316 public int getIntValue() { method in class:Keyframe.IntKeyframe
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/logging/
H A DGenerateLinksLoggerTest.java99 assertEquals(numLinks, getIntValue(log, MetricsEvent.FIELD_LINKIFY_NUM_LINKS));
100 assertEquals(linkTextLength, getIntValue(log, MetricsEvent.FIELD_LINKIFY_LINK_LENGTH));
101 assertEquals(textLength, getIntValue(log, MetricsEvent.FIELD_LINKIFY_TEXT_LENGTH));
102 assertEquals(LATENCY_MS, getIntValue(log, MetricsEvent.FIELD_LINKIFY_LATENCY));
112 private static int getIntValue(LogMaker log, int eventField) { method in class:GenerateLinksLoggerTest
/frameworks/base/core/java/android/os/
H A DStatsDimensionsValue.java127 public int getIntValue() { method in class:StatsDimensionsValue
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h49 unsigned int getIntValue() const { return m_IntValue; } function in class:mcld::ELFAttributeValue
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DNotBindableVo.java48 public int getIntValue() { method in class:NotBindableVo
/frameworks/base/core/java/android/content/
H A DRestrictionEntry.java291 public int getIntValue() { method in class:RestrictionEntry
/frameworks/support/content/src/androidTest/java/androidx/contentpager/content/
H A DTestContentProvider.java103 int recordCount = getIntValue(RECORD_COUNT, queryArgs, uri, DEFAULT_RECORD_COUNT);
131 private static int getIntValue(String key, Bundle queryArgs, Uri uri, int defaultValue) { method in class:TestContentProvider
149 int offset = getIntValue(ContentResolver.QUERY_ARG_OFFSET, queryArgs, uri, 0);
150 int limit = getIntValue(ContentResolver.QUERY_ARG_LIMIT, queryArgs, uri, recordsetSize);
173 int offset = getIntValue(ContentResolver.QUERY_ARG_OFFSET, queryArgs, uri, 0);
174 int limit = getIntValue(ContentResolver.QUERY_ARG_LIMIT, queryArgs, uri, recordsetSize);
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattCharacteristic.java522 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.java851 public int getIntValue(ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
1475 return exifAttribute.getIntValue(mExifByteOrder);
1937 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder);
1938 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder);
3129 && attribute.getIntValue(mExifByteOrder) == 65535)) {
3189 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder);
3204 mThumbnailCompression = compressionAttribute.getIntValue(mExifByteOrder);
3234 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder);
3235 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder);
3343 = photometricInterpretationAttribute.getIntValue(mExifByteOrde
[all...]
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java3210 public int getIntValue(ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
3820 return exifAttribute.getIntValue(mExifByteOrder);
4413 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder);
4414 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder);
5486 && attribute.getIntValue(mExifByteOrder) == 65535)) {
5535 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder);
5550 mThumbnailCompression = compressionAttribute.getIntValue(mExifByteOrder);
5581 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder);
5582 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder);
5691 = photometricInterpretationAttribute.getIntValue(mExifByteOrde
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 333 milliseconds