Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/
DProximityClassifierTest.java71 touchUp(10); in testPass_uncovered()
80 touchUp(20); in testPass_mostlyUncovered()
90 touchUp(10); in testPass_quickSettings()
99 touchUp(10); in testFail_covered()
110 touchUp(100); in testFail_mostlyCovered()
119 touchUp(10); in testPass_coveredWithLongSwipe()
130 private void touchUp(long duration) { in touchUp() method in ProximityClassifierTest
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
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);
/frameworks/base/core/java/android/gesture/
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
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt18900 Landroid/gesture/GestureOverlayView;->touchUp(Landroid/view/MotionEvent;Z)V