Home
last modified time | relevance | path

Searched refs:expectedTop (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
243 if (rect.left != expectedLeft || rect.top != expectedTop || rect.right != expectedRight in testGetFrameRect()
246 expectedTop, expectedRight, expectedBottom, rect.left, rect.top, rect.right, in testGetFrameRect()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DAImageDecoderTest.kt1033 expectedTop: Int, in <lambda>()