Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DImageDecoderTest.java331 private Record getRecord() { in getRecord() method
337 ImageDecoder.Source src = mCreators[0].apply(getRecord().resId); in testSetBogusAllocator()
354 final int resId = getRecord().resId; in testGetAllocator()
458 final int resId = getRecord().resId; in testGetUnpremul()
514 final int resId = getRecord().resId; in testGetPostProcessor()
704 ImageDecoder.Source src = mCreators[0].apply(getRecord().resId); in testPostProcessorInvalidReturn()
716 ImageDecoder.Source src = mCreators[0].apply(getRecord().resId); in testPostProcessorAndUnpremul()
874 final int resId = getRecord().resId; in testGetOnPartialImageListener()
1089 final int resId = getRecord().resId; in testGetMutable()
1148 ImageDecoder.Source src = mCreators[0].apply(getRecord().resId); in testMutableHardware()
[all …]
/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityEventTest.java544 AccessibilityRecord expectedRecord = expectedEvent.getRecord(0); in assertEqualAppendedRecord()
545 AccessibilityRecord receivedRecord = receivedEvent.getRecord(0); in assertEqualAppendedRecord()