/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | SurfaceControlViewHostTests.java | 213 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mSurfaceView); in testEmbeddedViewReceivesInput() 273 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mSurfaceView); in testEmbeddedViewResizes() 283 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mSurfaceView); in testEmbeddedViewResizes() 297 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mSurfaceView); in testEmbeddedViewReleases() 306 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mSurfaceView); in testEmbeddedViewReleases() 330 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mSurfaceView); in testDisableInputTouch() 339 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mSurfaceView); in testDisableInputTouch() 436 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mSurfaceView); in testCanCopySurfacePackage() 517 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, in testTransferSurfacePackage()
|
D | WindowInputTests.java | 162 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mView); in testMoveWindowAndTap() 221 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mView); in testTouchModalWindow() 261 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mView); in testFilterTouchesWhenObscuredByWindowFromSameUid() 312 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mView); in testFilterTouchesWhenObscuredByWindowFromDifferentUid() 365 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mView); in testFlagTouchesWhenObscuredByWindowFromDifferentUid() 414 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mView); in testDoNotFlagTouchesWhenObscuredByZeroOpacityWindow() 467 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mView); in testFlagTouchesWhenObscuredByMinPositiveOpacityWindow() 522 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mView); in testFlagTouchesWhenPartiallyObscuredByZeroOpacityWindow() 574 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mView); in testDoNotFlagTouchesWhenPartiallyObscuredByNotTouchableZeroOpacityWindow() 622 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mView); in testTrustedOverlapWindow() [all …]
|
D | KeyguardLockedTests.java | 424 CtsTouchUtils.emulateTapOnViewCenter(getInstrumentation(), null, activity.mEditor); in testImeShowsAfterLockScreenOnEditorTap() 436 CtsTouchUtils.emulateTapOnViewCenter(getInstrumentation(), null, activity.mEditor); in testImeShowsAfterLockScreenOnEditorTap()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/ |
D | SpellCheckerTest.kt | 129 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 169 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 199 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 224 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 426 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 453 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 474 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 540 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 583 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>() 619 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText) in <lambda>()
|
D | FocusHandlingTest.java | 151 CtsTouchUtils.emulateTapOnViewCenter( in testOnStartInputCalledOnceIme() 507 CtsTouchUtils.emulateTapOnViewCenter( in testSetShowInputOnFocus() 537 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText); in testMultiWindowFocusHandleOnDifferentUiThread() 559 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, popupTextView); in testMultiWindowFocusHandleOnDifferentUiThread() 567 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText); in testMultiWindowFocusHandleOnDifferentUiThread() 612 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText); in testKeyboardStateAfterImeFocusableFlagChanged() 629 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText); in testKeyboardStateAfterImeFocusableFlagChanged() 657 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, popupTextView); in testOnCheckIsTextEditorRunOnUIThread() 700 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText); in testRequestFocusOnWindowFocusChanged()
|
D | ImeInsetsVisibilityTest.java | 111 CtsTouchUtils.emulateTapOnViewCenter( in testImeVisibilityWhenImeFocusableChildPopup() 165 CtsTouchUtils.emulateTapOnViewCenter( in testImeVisibilityWhenImeFocusableGravityBottomChildPopup() 214 CtsTouchUtils.emulateTapOnViewCenter( in testImeVisibilityWhenImeFocusableChildPopupOverlaps() 274 CtsTouchUtils.emulateTapOnViewCenter( in testEditTextPositionAndPersistWhenAboveImeWindowShown()
|
D | SearchViewTest.java | 132 CtsTouchUtils.emulateTapOnViewCenter( in testTapThenSetQuery() 192 CtsTouchUtils.emulateTapOnViewCenter( in testShowImeWhenSearchViewFocusInListView()
|
D | OnScreenPositionTest.java | 103 CtsTouchUtils.emulateTapOnViewCenter( in testImeIsNotBehindNavBar()
|
D | InputMethodStartInputLifecycleTest.java | 157 CtsTouchUtils.emulateTapOnViewCenter(instrumentation, null, editText); in testInputConnectionStateWhenScreenStateChanges()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | View_UsingViewsTest.java | 398 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mButtonCancel); in testSetupListeners() 405 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mButtonOk); in testSetupListeners() 411 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mButtonOk); in testSetupListeners() 417 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mButtonOk); in testSetupListeners() 423 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mButtonOk); in testSetupListeners()
|
D | ViewTreeObserverTest.java | 169 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mButton); in testAddOnTouchModeChangeListener() 279 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mButton); in testRemoveOnTouchModeChangeListener()
|
D | ViewGroupOverlayTest.java | 270 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, in testOverlayViewNoClicks()
|
D | TooltipTest.java | 174 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, target); in injectShortClick()
|
D | ViewTest.java | 419 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, view); in testAccessTouchDelegate() 3623 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, view); in testOnTouchEventTap() 3970 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mockView); in testTouchMode()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | SpinnerTest.java | 342 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mSpinnerDropdownMode); in testDropDownMetricsDropdownMode() 376 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, null, mSpinnerDialogMode); in testDropDownMetricsDialogMode() 398 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mSpinnerDropdownMode); in testDropDownBackgroundDropdownMode() 442 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, null, mSpinnerDialogMode); in testDropDownBackgroundDialogMode() 459 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, null, mSpinnerDialogMode); in testDropDownBackgroundDialogMode()
|
D | RadioButtonTest.java | 172 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mRadioButton); in testToggleViaEmulatedTap() 177 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mRadioButton); in testToggleViaEmulatedTap()
|
D | CheckBoxTest.java | 172 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mCheckBox); in testToggleViaEmulatedTap() 177 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mCheckBox); in testToggleViaEmulatedTap()
|
D | TimePickerTest.java | 434 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, in testKeyboardInputModeClockAmPm() 513 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, in testKeyboardInputModeClock24H()
|
D | AbsListView_ScrollTest.java | 520 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mListView, false); in testListScrollAndTap()
|
D | AbsListViewTest.java | 1109 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, in testMultiSelectionWithLongPressAndTaps() 1124 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, in testMultiSelectionWithLongPressAndTaps()
|
D | TextViewTest.java | 4354 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mTextView); in testHandleDrawable_canBeSet_whenInsertionHandleIsShown() 5959 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mTextView); in testSelectAllJustAfterTap() 7111 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mTextView); in testTextIsSelectableFocusAndOnClick() 7118 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mTextView); in testTextIsSelectableFocusAndOnClick() 7133 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mTextView); in testTextIsSelectableFocusAndOnClick() 7140 CtsTouchUtils.emulateTapOnViewCenter(mInstrumentation, mActivityRule, mTextView); in testTextIsSelectableFocusAndOnClick()
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | CtsTouchUtils.java | 72 public static void emulateTapOnViewCenter(Instrumentation instrumentation, in emulateTapOnViewCenter() method in CtsTouchUtils 74 emulateTapOnViewCenter(instrumentation, activityTestRule, view, true); in emulateTapOnViewCenter() 84 public static void emulateTapOnViewCenter(Instrumentation instrumentation, in emulateTapOnViewCenter() method in CtsTouchUtils
|