Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/
DProximityClassifierTest.java74 touchUp(10); in testPass_uncovered()
83 touchUp(20); in testPass_mostlyUncovered()
93 touchUp(10); in testPass_quickSettings()
102 touchUp(10); in testFail_covered()
113 touchUp(100); in testFail_mostlyCovered()
122 touchUp(10); in testPass_coveredWithLongSwipe()
133 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