Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTextViewTest.java2372 KeyEvent copyWithMeta = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, in testCopyAndPaste_byKey() local
2375 mTextView.onKeyDown(KeyEvent.KEYCODE_COPY, copyWithMeta); in testCopyAndPaste_byKey()
2381 copyWithMeta = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_COPY, 0, in testCopyAndPaste_byKey()
2384 mTextView.onKeyDown(KeyEvent.KEYCODE_COPY, copyWithMeta); in testCopyAndPaste_byKey()
2390 copyWithMeta = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_COPY, 0, in testCopyAndPaste_byKey()
2393 mTextView.onKeyDown(KeyEvent.KEYCODE_COPY, copyWithMeta); in testCopyAndPaste_byKey()