Searched refs:cutWithMeta (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 2560 KeyEvent cutWithMeta = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, in testCutAndPaste_byKey() local 2563 mTextView.onKeyDown(KeyEvent.KEYCODE_CUT, cutWithMeta); in testCutAndPaste_byKey() 2566 cutWithMeta = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_CUT, 0, in testCutAndPaste_byKey() 2569 mTextView.onKeyDown(KeyEvent.KEYCODE_CUT, cutWithMeta); in testCutAndPaste_byKey() 2572 cutWithMeta = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_CUT, 0, in testCutAndPaste_byKey() 2575 mTextView.onKeyDown(KeyEvent.KEYCODE_CUT, cutWithMeta); in testCutAndPaste_byKey()
|