Home
last modified time | relevance | path

Searched defs:touchDown (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/
DTouchListener.java29 void touchDown(RemoteContext context, float x, float y); in touchDown() method
DCoreDocument.java1154 public void touchDown(RemoteContext context, float x, float y) { in touchDown() method in CoreDocument
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/classifier/
DProximityClassifierTest.java137 private void touchDown() { in touchDown() method in ProximityClassifierTest
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/
DRelativeTouchListener.kt89 private var touchDown: PointF? = null variable in com.android.wm.shell.shared.bubbles.RelativeTouchListener
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/magnetictarget/
DMagnetizedObject.kt155 private var touchDown = PointF() in <lambda>() variable in com.android.wm.shell.shared.magnetictarget.MagnetizedObject
/frameworks/native/services/inputflinger/tests/
DPreferStylusOverTouch_test.cpp405 NotifyMotionArgs touchDown = in TEST_F() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
DKeyguardSecurityContainerControllerTest.kt356 private fun touchDown() { in <lambda>() method
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DTouchExpression.java452 public void touchDown(RemoteContext context, float x, float y) { in touchDown() method in TouchExpression
/frameworks/base/core/java/android/gesture/
DGestureOverlayView.java555 private void touchDown(MotionEvent event) { in touchDown() method in GestureOverlayView