Searched refs:touchDown (Results 1 – 6 of 6) sorted by relevance
74 touchDown(); in testPass_uncovered()81 touchDown(); in testPass_mostlyUncovered()90 touchDown(); in testPass_quickSettings()99 touchDown(); in testPass_brightnessSlider()109 touchDown(); in testFail_covered()118 touchDown(); in testFail_mostlyCovered()129 touchDown(); in testPass_coveredWithLongSwipe()137 private void touchDown() { in touchDown() method in ProximityClassifierTest
84 private val touchDown = PointF() in onDown() constant100 val dx = ev.rawX - touchDown.x in onDown()101 val dy = ev.rawY - touchDown.y in onDown()113 touchDown.set(ev.rawX, ev.rawY) in onDown()
216 if (touchDown(x, y)) { in clickNoSync()273 if(touchDown(x, y)) { in clickRunnable()293 if (touchDown(x, y)) {302 private boolean touchDown(int x, int y) {450 ret = touchDown(downX, downY);490 ret = touchDown(segments[0].x, segments[0].y);
151 private var touchDown = PointF() in <lambda>() variable332 touchDown.set(ev.rawX, ev.rawY) in <lambda>()341 val dragDistance = hypot(ev.rawX - touchDown.x, ev.rawY - touchDown.y) in <lambda>()
525 touchDown(event); in processEvent()555 private void touchDown(MotionEvent event) { in touchDown() method in GestureOverlayView
18889 Landroid/gesture/GestureOverlayView;->touchDown(Landroid/view/MotionEvent;)V