Home
last modified time | relevance | path

Searched refs:touchUp (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DProximityClassifierTest.java75 touchUp(10); in testPass_uncovered()
84 touchUp(20); in testPass_mostlyUncovered()
93 touchUp(10); in testPass_quickSettings()
102 touchUp(10); in testPass_brightnessSlider()
112 touchUp(10); in testFail_covered()
123 touchUp(100); in testFail_mostlyCovered()
132 touchUp(10); in testPass_coveredWithLongSwipe()
143 private void touchUp(long duration) { in touchUp() method in ProximityClassifierTest
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DInteractionController.java218 if (touchUp(x, y)) in clickNoSync()
275 touchUp(x, y); in clickRunnable()
295 if(touchUp(x, y)) {
313 private boolean touchUp(int x, int y) {
465 ret &= touchUp(upX, upY);
510 ret &= touchUp(segments[segments.length - 1].x, segments[segments.length -1].y);
/aosp14/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java539 touchUp(event, false); in processEvent()
546 touchUp(event, true); in processEvent()
685 private void touchUp(MotionEvent event, boolean cancel) { in touchUp() method in GestureOverlayView
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt16013 Landroid/gesture/GestureOverlayView;->touchUp(Landroid/view/MotionEvent;Z)V