Searched refs:copyWithMeta (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 2430 KeyEvent copyWithMeta = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, in testCopyAndPaste_byKey() local 2433 mTextView.onKeyDown(KeyEvent.KEYCODE_COPY, copyWithMeta); in testCopyAndPaste_byKey() 2439 copyWithMeta = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_COPY, 0, in testCopyAndPaste_byKey() 2442 mTextView.onKeyDown(KeyEvent.KEYCODE_COPY, copyWithMeta); in testCopyAndPaste_byKey() 2448 copyWithMeta = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_COPY, 0, in testCopyAndPaste_byKey() 2451 mTextView.onKeyDown(KeyEvent.KEYCODE_COPY, copyWithMeta); in testCopyAndPaste_byKey()
|