Searched refs:srcBottom (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/util/ |
D | ASurfaceControlTestUtils.java | 63 int srcBottom, int dstLeft, int dstTop, int dstRight, int dstBottom, in setGeometry() argument 67 srcRight, srcBottom, in setGeometry() 142 int srcBottom, int dstRight, int dstTop, int dstLeft, int dstBottom, int transform); in nSurfaceTransaction_setGeometry() argument
|
/cts/tests/tests/view/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 289 jint srcLeft, jint srcTop, jint srcRight, jint srcBottom, in SurfaceTransaction_setGeometry() argument 292 const ARect src{srcLeft, srcTop, srcRight, srcBottom}; in SurfaceTransaction_setGeometry()
|