Searched refs:dstRight (Results 1 – 2 of 2) sorted by relevance
/cts/tests/surfacecontrol/src/android/view/cts/util/ |
D | ASurfaceControlTestUtils.java | 65 int srcBottom, int dstLeft, int dstTop, int dstRight, int dstBottom, in setGeometry() argument 70 dstLeft, dstTop, dstRight, dstBottom, transform); in setGeometry() 164 int srcBottom, int dstRight, int dstTop, int dstLeft, int dstBottom, int transform); in nSurfaceTransaction_setGeometry() argument
|
/cts/tests/surfacecontrol/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 332 jint dstLeft, jint dstTop, jint dstRight, jint dstBottom, in SurfaceTransaction_setGeometry() argument 335 const ARect dst{dstLeft, dstTop, dstRight, dstBottom}; in SurfaceTransaction_setGeometry()
|