Searched refs:getActionButton (Results 1 – 5 of 5) sorted by relevance
40 jmethodID getActionButton; member60 jint actionButton = env->CallIntMethod(obj, gMotionEventMethodIds.getActionButton); in nativeMotionEventTest()183 gMotionEventMethodIds.getActionButton = env->GetMethodID(clazz, "getActionButton", "()I"); in register_android_view_cts_AMotionEventNativeTest()
190 mLastButtonState ^ event.getButtonState(), event.getActionButton()); in assertReceivedMotionEvent()382 singleEvent.setActionButton(event.getActionButton()); in splitBatchedMotionEvent()393 singleEvent.setActionButton(event.getActionButton()); in splitBatchedMotionEvent()
611 singleEvent.setActionButton(event.getActionButton()); in splitBatchedMotionEvent()622 singleEvent.setActionButton(event.getActionButton()); in splitBatchedMotionEvent()
1034 assertEquals(MotionEvent.BUTTON_STYLUS_PRIMARY, mMotionEventDynamic.getActionButton()); in testGetActionButton()1040 assertEquals(MotionEvent.BUTTON_SECONDARY, mMotionEventDynamic.getActionButton()); in testGetActionButton()
51772 method public int getActionButton();