Home
last modified time | relevance | path

Searched refs:actionButton (Results 1 – 8 of 8) sorted by relevance

/cts/libs/input/src/com/android/cts/input/
DMotionEventBuilder.kt34 private var actionButton = 0 variable
51 fun actionButton(actionButton: Int) = apply { this.actionButton = actionButton } in <lambda>() method in com.android.cts.input.MotionEventBuilder
DBatchedEventSplitter.kt73 singleEvent.actionButton = event.actionButton in splitBatchedMotionEvent()
92 singleEvent.actionButton = event.actionButton in splitBatchedMotionEvent()
/cts/tests/tests/view/jni/
Dandroid_view_cts_AInputNativeTest.cpp60 jint actionButton = env->CallIntMethod(obj, gMotionEventMethodIds.getActionButton); in nativeMotionEventTest() local
84 ASSERT(AMotionEvent_getActionButton(event) == actionButton, in nativeMotionEventTest()
86 actionButton); in nativeMotionEventTest()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualMouseTest.kt75 buttonPressEvent.actionButton = MotionEvent.BUTTON_PRIMARY in sendButtonEvent()
83 buttonReleaseEvent.actionButton = MotionEvent.BUTTON_PRIMARY in sendButtonEvent()
230 buttonPressEvent.actionButton = MotionEvent.BUTTON_PRIMARY in testStartingCursorPosition()
DVirtualDeviceMirrorDisplayTest.kt254 buttonPressEvent.actionButton = MotionEvent.BUTTON_PRIMARY in virtualMouse_buttonEvent()
262 buttonReleaseEvent.actionButton = MotionEvent.BUTTON_PRIMARY in virtualMouse_buttonEvent()
/cts/tests/input/src/android/input/cts/
DStylusButtonInputEventTest.kt275 actionButton: Int, in <lambda>()
283 assertEquals(actionButton, event.actionButton) in <lambda>()
/cts/hostsidetests/securitybulletin/securityPatch/Bug-115739809/
Dpoc.cpp97 outMsg->body.motion.actionButton = msg.body.motion.actionButton; in sanitizeMessage()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java928 Button actionButton = new Button(this); in createCustomExtractTextView() local
929 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()