Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/cts/util/
DASurfaceControlTestUtils.java65 int srcBottom, int dstLeft, int dstTop, int dstRight, int dstBottom, in setGeometry() argument
69 srcRight, srcBottom, in setGeometry()
164 int srcBottom, int dstRight, int dstTop, int dstLeft, int dstBottom, int transform); in nSurfaceTransaction_setGeometry() argument
/cts/tests/surfacecontrol/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp331 jint srcLeft, jint srcTop, jint srcRight, jint srcBottom, in SurfaceTransaction_setGeometry() argument
334 const ARect src{srcLeft, srcTop, srcRight, srcBottom}; in SurfaceTransaction_setGeometry()