Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java3045 sendSourceKeyDownUp(mInstrumentation, mTextView, KeyEvent.KEYCODE_DPAD_UP, dpadRemote); in testKeyNavigation()
3049 sendSourceKeyDownUp(mInstrumentation, mTextView, KeyEvent.KEYCODE_DPAD_DOWN, dpadRemote); in testKeyNavigation()
3059 private void sendSourceKeyDownUp(Instrumentation instrumentation, View targetView, int key, in sendSourceKeyDownUp() method in TextViewTest