Searched refs:cutWithMeta (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TextViewTest.java | 2284 KeyEvent cutWithMeta = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, in testCutAndPaste_byKey() local 2287 mTextView.onKeyDown(KeyEvent.KEYCODE_CUT, cutWithMeta); in testCutAndPaste_byKey() 2290 cutWithMeta = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_CUT, 0, in testCutAndPaste_byKey() 2293 mTextView.onKeyDown(KeyEvent.KEYCODE_CUT, cutWithMeta); in testCutAndPaste_byKey() 2296 cutWithMeta = new KeyEvent(0, 0, KeyEvent.ACTION_DOWN, KeyEvent.KEYCODE_CUT, 0, in testCutAndPaste_byKey() 2299 mTextView.onKeyDown(KeyEvent.KEYCODE_CUT, cutWithMeta); in testCutAndPaste_byKey()
|