Searched defs:touchDown (Results 1 – 9 of 9) sorted by relevance
29 void touchDown(RemoteContext context, float x, float y); in touchDown() method
1154 public void touchDown(RemoteContext context, float x, float y) { in touchDown() method in CoreDocument
137 private void touchDown() { in touchDown() method in ProximityClassifierTest
89 private var touchDown: PointF? = null variable in com.android.wm.shell.shared.bubbles.RelativeTouchListener
155 private var touchDown = PointF() in <lambda>() variable in com.android.wm.shell.shared.magnetictarget.MagnetizedObject
405 NotifyMotionArgs touchDown = in TEST_F() local
356 private fun touchDown() { in <lambda>() method
452 public void touchDown(RemoteContext context, float x, float y) { in touchDown() method in TouchExpression
555 private void touchDown(MotionEvent event) { in touchDown() method in GestureOverlayView