Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/jni/
Dandroid_uirendering_cts_AImageDecoderTest.cpp240 jint expectedTop, jint expectedRight, jint expectedBottom) { in testGetFrameRect() argument
244 || rect.bottom != expectedBottom) { in testGetFrameRect()
246 expectedTop, expectedRight, expectedBottom, rect.left, rect.top, rect.right, in testGetFrameRect()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DAImageDecoderTest.kt1035 expectedBottom: Int in <lambda>()