Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DProximityClassifierTest.java74 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
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DRelativeTouchListener.kt84 private val touchDown = PointF() in onDown() constant
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/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/
DMagnetizedObject.kt151 private var touchDown = PointF() in <lambda>() variable
332 touchDown.set(ev.rawX, ev.rawY) in <lambda>()
341 val dragDistance = hypot(ev.rawX - touchDown.x, ev.rawY - touchDown.y) in <lambda>()
/frameworks/base/core/java/android/gesture/
DGestureOverlayView.java525 touchDown(event); in processEvent()
555 private void touchDown(MotionEvent event) { in touchDown() method in GestureOverlayView
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt18889 Landroid/gesture/GestureOverlayView;->touchDown(Landroid/view/MotionEvent;)V