Home
last modified time | relevance | path

Searched refs:Tap (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DTextViewActions.java34 import androidx.test.espresso.action.Tap;
56 new ViewClickAction(Tap.SINGLE, new TextCoordinates(index), Press.FINGER)); in clickOnTextAtIndex()
69 return actionWithAssertions(new MouseClickAction(Tap.SINGLE, GeneralLocation.VISIBLE_CENTER, in mouseClick()
101 new MouseClickAction(Tap.SINGLE, new TextCoordinates(index), button)); in mouseClickOnTextAtIndex()
116 new ViewClickAction(Tap.DOUBLE, new TextCoordinates(index), Press.FINGER)); in doubleClickOnTextAtIndex()
131 new MouseClickAction(Tap.DOUBLE, new TextCoordinates(index))); in mouseDoubleClickOnTextAtIndex()
146 new ViewClickAction(Tap.LONG, new TextCoordinates(index), Press.FINGER)); in longPressOnTextAtIndex()
161 new MouseClickAction(Tap.LONG, new TextCoordinates(index))); in mouseLongClickOnTextAtIndex()
237 new ViewClickAction(Tap.LONG, new CurrentHandleCoordinates(textView), in longPressHandle()
277 new ViewClickAction(Tap.DOUBLE, new CurrentHandleCoordinates(textView), in doubleTapHandle()
DCustomViewActions.java27 import androidx.test.espresso.action.Tap;
52 Tap.LONG, in longPressAtRelativeCoordinates()
DSuggestionsPopupwindowUtils.java37 import androidx.test.espresso.action.Tap;
107 new ViewClickAction(Tap.SINGLE, GeneralLocation.VISIBLE_CENTER, Press.FINGER); in SuggestionItemClickAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/taptotransfer/
DREADME.md1 # Media Tap-To-Transfer
/frameworks/base/packages/SystemUI/docs/
Dfalsing.md71 ### Single Tap
86 2. If the tap is the _second_ tap in recent history and looks like a valid Double Tap
106 ### Double Tap
/frameworks/proto_logging/stats/enums/app/
Dsettings_enums.proto588 // ACTION: Tap & Pay -> Default Application Setting -> Use Forground
591 // ACTION: Tap & Pay -> Default Application Setting -> Use Default
1274 // ACTION: Settings > System > Touchpad > Tap to click
1592 // ACTION: Settings > System > Touchpad > Tap dragging
2127 // OPEN: Settings > Tap & pay
3467 // OPEN: Settings > System > Input & Gesture > Tap to check
3904 // OPEN: Settings > Accessibility -> Tap assistance
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto622 // OPEN: Settings > Tap & pay
1241 // ACTION: Lockscreen > Tap on lock, shows hint
1256 // ACTION: Lockscreen > Tap on lock, locks phone
1261 // ACTION: Lockscreen > Tap on notification, false touch rejection
1276 // ACTION: Notification shade > Tap to open quick settings
2301 // 4: Gesture performed is Double Tap
6883 // ACTION: Tap & Pay -> Default Application Setting -> Use Forground
6887 // ACTION: Tap & Pay -> Default Application Setting -> Use Default
6899 // OPEN: Settings > System > Input & Gesture > Tap screen gesture
/frameworks/native/services/inputflinger/tests/
DGestureConverter_test.cpp1208 TEST_F(GestureConverterTest, Tap) { in TEST_F() argument