Home
last modified time | relevance | path

Searched refs:typedArray (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java140 private static String getString(TypedArray typedArray, int index) { in getString() argument
141 String stringValue = typedArray.getString(index); in getString()
148 public ExpectedValue(TypedArray typedArray) { in ExpectedValue() argument
152 hasThumbnail = typedArray.getBoolean(index++, false); in ExpectedValue()
153 thumbnailOffset = typedArray.getInt(index++, -1); in ExpectedValue()
154 thumbnailLength = typedArray.getInt(index++, -1); in ExpectedValue()
155 thumbnailWidth = typedArray.getInt(index++, 0); in ExpectedValue()
156 thumbnailHeight = typedArray.getInt(index++, 0); in ExpectedValue()
157 isThumbnailCompressed = typedArray.getBoolean(index++, false); in ExpectedValue()
160 hasLatLong = typedArray.getBoolean(index++, false); in ExpectedValue()
[all …]
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DShadowTests.java81 TypedArray typedArray = context.obtainStyledAttributes(new int[] { in testShadowResources() local
86 assertEquals(expectedSpot, typedArray.getFloat(0, 0.0f), 0); in testShadowResources()
87 assertEquals(expectedAmbient, typedArray.getFloat(1, 0.0f), 0); in testShadowResources()