Home
last modified time | relevance | path

Searched refs:pressKey (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DUinputDevice.cpp99 void UinputKeyboard::pressKey(int key) { in pressKey() function in android::UinputKeyboard
116 pressKey(key); in pressAndReleaseKey()
DUinputDevice.h78 void pressKey(int key);
/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewActivityTest.java45 import static androidx.test.espresso.action.ViewActions.pressKey;
145 onView(withId(R.id.textview)).perform(pressKey(KeyEvent.KEYCODE_FORWARD_DEL)); in testPositionCursorAtTextAtIndex()
247 onView(withId(R.id.textview)).perform(pressKey( in testDragAndDrop()
1169 onView(withId(R.id.textview)).perform(pressKey(KeyEvent.KEYCODE_A)); in testSelectionMetricsLogger_overtypeEventIncludesEntityType()