Home
last modified time | relevance | path

Searched refs:inputReceiver (Results 1 – 3 of 3) sorted by relevance

/cts/tests/surfacecontrol/jni/
Dandroid_window_cts_ASurfaceControlInputReceiverTest.cpp171 jclass inputReceiver = env->FindClass( in register_android_window_cts_ASurfaceControlInputReceiverTest() local
174 env->GetMethodID(inputReceiver, "onMotionEvent", "(Landroid/view/MotionEvent;)Z"); in register_android_window_cts_ASurfaceControlInputReceiverTest()
176 env->GetMethodID(inputReceiver, "onKeyEvent", "(Landroid/view/KeyEvent;)Z"); in register_android_window_cts_ASurfaceControlInputReceiverTest()
/cts/tests/surfacecontrol/src/android/view/cts/util/
DASurfaceControlInputReceiverTestUtils.java43 long aSurfaceControl, InputReceiver inputReceiver); in nCreateInputReceiver() argument
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlInputReceiverTest.java405 InputReceiver inputReceiver) throws InterruptedException { in setup() argument
426 mEmbeddedSc, inputReceiver); in setup()