Home
last modified time | relevance | path

Searched defs:setCrop (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/uirendering/jni/
Dandroid_uirendering_cts_AImageDecoderTest.cpp123 static jint setCrop(JNIEnv*, jobject, jlong decoder_ptr, jint left, jint top, in setCrop() function
/cts/tests/tests/view/src/android/view/cts/util/
DASurfaceControlTestUtils.java110 public static void setCrop(long surfaceControl, Rect crop) { in setCrop() method in ASurfaceControlTestUtils
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DAImageDecoderTest.kt131 private fun setCrop(decoder: Long, rect: Rect): Int = with(rect) { in <lambda>() method