Searched refs:touchDown (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
D | RelativeTouchListener.kt | 89 private var touchDown: PointF? = null variable in com.android.wm.shell.common.bubbles.RelativeTouchListener 104 val dx = touchDown?.let { ev.rawX - it.x } ?: 0f in onTouch() 105 val dy = touchDown?.let { ev.rawY - it.y } ?: 0f in onTouch() 117 touchDown = PointF(ev.rawX, ev.rawY) in onTouch() 129 if (touchDown == null) return false in onTouch() 141 if (touchDown == null) return false in onTouch() 154 touchDown = null in onTouch() 158 if (touchDown == null) return false in onTouch() 162 touchDown = null in onTouch()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
D | ProximityClassifierTest.java | 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
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/magnetictarget/ |
D | MagnetizedObject.kt | 154 private var touchDown = PointF() in <lambda>() variable 338 touchDown.set(ev.rawX, ev.rawY) in <lambda>() 347 val dragDistance = hypot(ev.rawX - touchDown.x, ev.rawY - touchDown.y) in <lambda>()
|
/frameworks/native/services/inputflinger/tests/ |
D | PreferStylusOverTouch_test.cpp | 405 NotifyMotionArgs touchDown = in TEST_F() local 407 touchDown.source = STYLUS; in TEST_F() 408 assertNotBlocked(touchDown); in TEST_F() 413 NotifyMotionArgs cancelTouchArgs = touchDown; in TEST_F() 435 touchDown.source = STYLUS; in TEST_F()
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | InteractionController.java | 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);
|
/frameworks/base/tests/Input/src/com/android/test/input/ |
D | AnrTest.kt | 172 val pointer = touchScreen.touchDown(rect.centerX(), rect.centerY()) in clickOnObject()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureOverlayView.java | 525 touchDown(event); in processEvent() 555 private void touchDown(MotionEvent event) { in touchDown() method in GestureOverlayView
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/ |
D | KeyguardSecurityContainerControllerTest.kt | 351 private fun touchDown() { in <lambda>() method 367 touchDown() in <lambda>() 370 touchDown() in <lambda>()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 16011 Landroid/gesture/GestureOverlayView;->touchDown(Landroid/view/MotionEvent;)V
|