Home
last modified time | relevance | path

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

/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/input/src/android/input/cts/
DStylusButtonInputEventTest.kt257 actionButton: Int, in <lambda>()
265 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.java914 Button actionButton = new Button(this); in createCustomExtractTextView() local
915 actionButton.setId(android.R.id.inputExtractAction); in createCustomExtractTextView()
916 actionButton.setText("inputExtractAction"); in createCustomExtractTextView()
917 accessories.addView(actionButton, new FrameLayout.LayoutParams(WRAP_CONTENT, WRAP_CONTENT)); in createCustomExtractTextView()