Home
last modified time | relevance | path

Searched refs:getActionButton (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/view/jni/
Dandroid_view_cts_AInputNativeTest.cpp40 jmethodID getActionButton; member
60 jint actionButton = env->CallIntMethod(obj, gMotionEventMethodIds.getActionButton); in nativeMotionEventTest()
183 gMotionEventMethodIds.getActionButton = env->GetMethodID(clazz, "getActionButton", "()I"); in register_android_view_cts_AMotionEventNativeTest()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java190 mLastButtonState ^ event.getButtonState(), event.getActionButton()); in assertReceivedMotionEvent()
382 singleEvent.setActionButton(event.getActionButton()); in splitBatchedMotionEvent()
393 singleEvent.setActionButton(event.getActionButton()); in splitBatchedMotionEvent()
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DTestUtils.java611 singleEvent.setActionButton(event.getActionButton()); in splitBatchedMotionEvent()
622 singleEvent.setActionButton(event.getActionButton()); in splitBatchedMotionEvent()
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java1034 assertEquals(MotionEvent.BUTTON_STYLUS_PRIMARY, mMotionEventDynamic.getActionButton()); in testGetActionButton()
1040 assertEquals(MotionEvent.BUTTON_SECONDARY, mMotionEventDynamic.getActionButton()); in testGetActionButton()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt51772 method public int getActionButton();