Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/
DProximityClassifierTest.java70 touchDown(); in testPass_uncovered()
77 touchDown(); in testPass_mostlyUncovered()
86 touchDown(); in testPass_quickSettings()
96 touchDown(); in testFail_covered()
105 touchDown(); in testFail_mostlyCovered()
116 touchDown(); in testPass_coveredWithLongSwipe()
124 private void touchDown() { in touchDown() method in ProximityClassifierTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DRelativeTouchListener.kt83 private val touchDown = PointF() in onDown() constant in com.android.systemui.util.RelativeTouchListener
100 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()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DInteractionController.java216 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);
/frameworks/base/core/java/android/gesture/
DGestureOverlayView.java525 touchDown(event); in processEvent()
555 private void touchDown(MotionEvent event) { in touchDown() method in GestureOverlayView