Searched refs:actionButton (Results 1 – 8 of 8) sorted by relevance
34 private var actionButton = 0 variable51 fun actionButton(actionButton: Int) = apply { this.actionButton = actionButton } in <lambda>() method in com.android.cts.input.MotionEventBuilder
73 singleEvent.actionButton = event.actionButton in splitBatchedMotionEvent()92 singleEvent.actionButton = event.actionButton in splitBatchedMotionEvent()
60 jint actionButton = env->CallIntMethod(obj, gMotionEventMethodIds.getActionButton); in nativeMotionEventTest() local84 ASSERT(AMotionEvent_getActionButton(event) == actionButton, in nativeMotionEventTest()86 actionButton); in nativeMotionEventTest()
75 buttonPressEvent.actionButton = MotionEvent.BUTTON_PRIMARY in sendButtonEvent()83 buttonReleaseEvent.actionButton = MotionEvent.BUTTON_PRIMARY in sendButtonEvent()230 buttonPressEvent.actionButton = MotionEvent.BUTTON_PRIMARY in testStartingCursorPosition()
254 buttonPressEvent.actionButton = MotionEvent.BUTTON_PRIMARY in virtualMouse_buttonEvent()262 buttonReleaseEvent.actionButton = MotionEvent.BUTTON_PRIMARY in virtualMouse_buttonEvent()
275 actionButton: Int, in <lambda>()283 assertEquals(actionButton, event.actionButton) in <lambda>()
97 outMsg->body.motion.actionButton = msg.body.motion.actionButton; in sanitizeMessage()
928 Button actionButton = new Button(this); in createCustomExtractTextView() local929 actionButton.setId(android.R.id.inputExtractAction); in createCustomExtractTextView()930 actionButton.setText("inputExtractAction"); in createCustomExtractTextView()931 accessories.addView(actionButton, new FrameLayout.LayoutParams(WRAP_CONTENT, WRAP_CONTENT)); in createCustomExtractTextView()