Searched refs:actionButton (Results 1 – 4 of 4) sorted by relevance
60 jint actionButton = env->CallIntMethod(obj, gMotionEventMethodIds.getActionButton); in nativeMotionEventTest() local84 ASSERT(AMotionEvent_getActionButton(event) == actionButton, in nativeMotionEventTest()86 actionButton); in nativeMotionEventTest()
257 actionButton: Int, in <lambda>()265 assertEquals(actionButton, event.actionButton) in <lambda>()
97 outMsg->body.motion.actionButton = msg.body.motion.actionButton; in sanitizeMessage()
914 Button actionButton = new Button(this); in createCustomExtractTextView() local915 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()