Home
last modified time | relevance | path

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

/cts/tests/tests/view/jni/
Dandroid_view_cts_AInputNativeTest.cpp53 void nativeMotionEventTest(JNIEnv *env, jclass /* clazz */, jobject obj) { in nativeMotionEventTest() function
156 {"nativeMotionEventTest", "(Landroid/view/MotionEvent;)V", (void *)nativeMotionEventTest},
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java105 private static native void nativeMotionEventTest(MotionEvent event); in nativeMotionEventTest() method in MotionEventTest
1104 nativeMotionEventTest(event); in testNativeConverter()