Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java116 private static String getString(TypedArray typedArray, int index) { in getString() argument
117 String stringValue = typedArray.getString(index); in getString()
124 public ExpectedValue(TypedArray typedArray) { in ExpectedValue() argument
126 hasThumbnail = typedArray.getBoolean(0, false); in ExpectedValue()
127 thumbnailWidth = typedArray.getInt(1, 0); in ExpectedValue()
128 thumbnailHeight = typedArray.getInt(2, 0); in ExpectedValue()
131 hasLatLong = typedArray.getBoolean(3, false); in ExpectedValue()
132 latitude = typedArray.getFloat(4, 0f); in ExpectedValue()
133 longitude = typedArray.getFloat(5, 0f); in ExpectedValue()
134 altitude = typedArray.getFloat(6, 0f); in ExpectedValue()
[all …]