Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/cts/util/
DASurfaceControlTestUtils.java64 public static void setGeometry(long surfaceControl, int srcLeft, int srcTop, int srcRight, in setGeometry() argument
68 nSurfaceTransaction_setGeometry(surfaceControl, surfaceTransaction, srcLeft, srcTop, in setGeometry()
163 long surfaceControl, long surfaceTransaction, int srcRight, int srcTop, int srcLeft, 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()