Searched refs:sendKeyWhileHoldingModifier (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | TimePickerTest.java | 477 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeClockAmPm() 484 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeClockAmPm() 486 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeClockAmPm() 498 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeClockAmPm() 539 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeClock24H() 551 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeClock24H() 638 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeSpinnerAmPm() 645 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeSpinnerAmPm() 652 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in testKeyboardInputModeSpinnerAmPm() 759 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTimePicker, in verifyModeClockMinuteInput() [all …]
|
D | BackwardNavigationTest.java | 110 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mRoot, in testBackwardNavigation()
|
D | TextViewTest.java | 2497 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTextView, in testCopyAndPaste_byCtrlInsert() 2506 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTextView, in testCopyAndPaste_byCtrlInsert() 2595 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTextView, in testCutAndPaste_byShiftDelete() 2605 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, mTextView, in testCutAndPaste_byShiftDelete() 7339 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, in testEscapeWithModifierDoesNotStopActionModeOrClearFocus()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsKeyEventUtil.java | 294 public void sendKeyWhileHoldingModifier(Instrumentation instrumentation, View targetView, in sendKeyWhileHoldingModifier() method in CtsKeyEventUtil 296 sendKeyWhileHoldingModifier(instrumentation, keyCodeToSend, modifierKeyCodeToHold); in sendKeyWhileHoldingModifier() 307 public void sendKeyWhileHoldingModifier(Instrumentation instrumentation, int keyCodeToSend, in sendKeyWhileHoldingModifier() method in CtsKeyEventUtil
|
/cts/tests/tests/text/src/android/text/method/cts/ |
D | KeyListenerTestCase.java | 149 protected void sendKeyWhileHoldingModifier(View targetView, int keyCodeToSend, in sendKeyWhileHoldingModifier() method in KeyListenerTestCase 151 mCtsKeyEventUtil.sendKeyWhileHoldingModifier(mInstrumentation, targetView, keyCodeToSend, in sendKeyWhileHoldingModifier()
|
D | BaseKeyListenerTest.java | 183 sendKeyWhileHoldingModifier(mTextView, KeyEvent.KEYCODE_DEL, KeyEvent.KEYCODE_ALT_LEFT); in testBackspace_withSendKeys() 188 sendKeyWhileHoldingModifier(mTextView, KeyEvent.KEYCODE_DEL, KeyEvent.KEYCODE_ALT_LEFT); in testBackspace_withSendKeys()
|