Home
last modified time | relevance | path

Searched refs:click (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/
DAutomationUtils.java141 clearAllButton.click(); in clearRecents()
156 recentsButton.click(LONG_PRESS_TIMEOUT); in longPressRecents()
172 overviewIcon.click(); in launchSplitScreen()
178 splitscreenButton.click(); in launchSplitScreen()
224 pipWindow.click(); in closePipWindow()
227 exitPipObject.click(); in closePipWindow()
235 pipWindow.click(); in expandPipWindow()
236 pipWindow.click(); in expandPipWindow()
/frameworks/base/core/tests/coretests/src/com/android/internal/app/
DResolverActivityTest.java20 import static androidx.test.espresso.action.ViewActions.click;
97 .perform(click()); in twoOptionsAndUserSelectsOne()
99 .perform(click()); in twoOptionsAndUserSelectsOne()
200 onView(withId(R.id.button_once)).perform(click()); in hasLastChosenActivity()
235 .perform(click()); in hasOtherProfileOneOption()
237 .perform(click()); in hasOtherProfileOneOption()
276 .perform(click()); in hasOtherProfileTwoOptionsAndUserSelectsOne()
277 onView(withId(R.id.button_once)).perform(click()); in hasOtherProfileTwoOptionsAndUserSelectsOne()
321 .perform(click()); in hasLastChosenActivityAndOtherProfile()
322 onView(withId(R.id.button_once)).perform(click()); in hasLastChosenActivityAndOtherProfile()
DChooserActivityTest.java20 import static androidx.test.espresso.action.ViewActions.click;
259 .perform(click()); in twoOptionsAndUserSelectsOne()
285 .perform(click()); in updateChooserCountsAndModelAfterUserSelection()
368 .perform(click()); in hasOtherProfileOneOption()
407 .perform(click()); in hasOtherProfileTwoOptionsAndUserSelectsOne()
444 .perform(click()); in hasLastChosenActivityAndOtherProfile()
464 onView(withId(R.id.copy_button)).perform(click()); in copyTextToClipboard()
820 .perform(click()); in testDirectTargetSelectionLogging()
886 .perform(click()); in testDirectTargetLoggingWithRankedAppTarget()
947 .perform(click()); in testDirectTargetLoggingWithAppTargetNotRanked()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java79 click(notification, "bug report notification"); in clickOnNotification()
143 public void click(UiObject uiObject, String description) { in click() method in UiBot
145 boolean clicked = uiObject.click(); in click()
166 click(activity, name); in chooseActivity()
DBugreportReceiverTest.java583 mUiBot.click(dontShowAgain, "dont-show-again"); in bugreportFinishedWithWarningTest()
590 mUiBot.click(dontShowAgain, "dont-show-again"); in bugreportFinishedWithWarningTest()
593 mUiBot.click(ok, "ok"); in bugreportFinishedWithWarningTest()
669 mUiBot.click(cancelButton, "cancel_button"); in cancelFromNotification()
1027 mUiBot.click(screenshotButton, "screenshot_button"); in takeScreenshot()
1109 mUiBot.click(detailsButton, "details_button"); in DetailsUi()
1111 mUiBot.click(notification, "notification"); in DetailsUi()
1146 mUiBot.click(nameField, "name_field"); in focusOnName()
1154 mUiBot.click(titleField, "title_field"); // Change focus. in focusAwayFromName()
1160 mUiBot.click(detailsButton, "details_button"); in reOpen()
[all …]
/frameworks/base/core/tests/coretests/src/android/widget/
DSuggestionsPopupWindowTest.java34 import static androidx.test.espresso.action.ViewActions.click;
93 onView(withId(R.id.textview)).perform(click()); in testOnTextContextMenuItem()
111 onView(withId(R.id.textview)).perform(click()); in testSelectionActionMode()
133 onView(withId(R.id.textview)).perform(click()); in testInsertionActionMode()
141 onHandleView(com.android.internal.R.id.insertion_handle).perform(click()); in testInsertionActionMode()
162 onView(withId(R.id.textview)).perform(click()); in testSuggestionItems()
200 onView(withId(R.id.textview)).perform(click()); in testMisspelled()
227 onView(withId(R.id.textview)).perform(click()); in testEasyCorrect()
294 onView(withId(R.id.textview)).perform(click()); in testTextAppearanceInSuggestionsPopup()
/frameworks/base/data/keyboards/
DVendor_054c_Product_05c4_Version_8000.kl50 # Left stick click
52 # Right stick click
68 # so the touchpad button click will not be covered by this layout.
DVendor_054c_Product_09cc_Version_8000.kl50 # Left stick click
52 # Right stick click
68 # so the touchpad button click will not be covered by this layout.
DVendor_054c_Product_09cc_Version_8100.kl50 # Left stick click
52 # Right stick click
68 # so the touchpad button click will not be covered by this layout.
DVendor_054c_Product_05c4_Version_8100.kl50 # Left stick click
52 # Right stick click
68 # so the touchpad button click will not be covered by this layout.
DVendor_054c_Product_0ba0_Version_8111.kl49 # Left stick click
51 # Right stick click
67 # so the touchpad button click will not be covered by this layout.
DVendor_054c_Product_05c4_Version_8111.kl50 # Left stick click
52 # Right stick click
68 # so the touchpad button click will not be covered by this layout.
DVendor_054c_Product_09cc_Version_8111.kl50 # Left stick click
52 # Right stick click
68 # so the touchpad button click will not be covered by this layout.
DVendor_045e_Product_02e0.kl43 # Left stick click
45 # Right stick click
DVendor_054c_Product_09cc.kl49 # Left stick click
51 # Right stick click
DVendor_054c_Product_05c4.kl49 # Left stick click
51 # Right stick click
DVendor_054c_Product_0ba0.kl49 # Left stick click
51 # Right stick click
DVendor_057e_Product_2009.kl49 # Left stick click (generates linux BTN_SELECT)
51 # Right stick click (generates linux BTN_START)
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DFloatingToolbarEspressoUtils.java20 import static androidx.test.espresso.action.ViewActions.click;
108 .perform(click()); in toggleOverflow()
238 onFloatingToolBarItem(withText(itemLabel)).perform(click()); in clickFloatingToolbarItem()
DContextMenuUtils.java20 import static androidx.test.espresso.action.ViewActions.click;
188 .inRoot(withDecorView(hasFocus())).perform(click()); in clickMenuItem()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DGestureDescriptionTest.java44 PointF click = new PointF(10, 20); in testGestureShorterThanSampleRate_producesStartAndEnd() local
46 clickPath.moveTo(click.x, click.y); in testGestureShorterThanSampleRate_producesStartAndEnd()
57 numEndsOfStroke(0), hasPoint(click))); in testGestureShorterThanSampleRate_producesStartAndEnd()
59 numEndsOfStroke(1), hasPoint(click))); in testGestureShorterThanSampleRate_producesStartAndEnd()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileImplTest.java100 mTile.click(); in testClick_Metrics()
107 mTile.click(); in testClick_Metrics_Status_Bar_Status()
137 mTile.click(); in testLongClick_Metrics_Status_Bar_Status()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileView.java146 public void init(OnClickListener click, OnClickListener secondaryClick, in init() argument
148 super.init(click, secondaryClick, longClick); in init()
DQSTileBaseView.java155 init(v -> tile.click(), v -> tile.secondaryClick(), view -> { in init()
161 public void init(OnClickListener click, OnClickListener secondaryClick, in init() argument
163 setOnClickListener(click); in init()
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/
DCommonTransitions.java77 editText.click(); in clickEditTextWidget()
83 enterPipButton.click(); in clickEnterPipButton()
234 snapshot.click(); in resizeSplitScreen()

12