Searched defs:x (Results 1 – 2 of 2) sorted by relevance
89 public void startDrag(float x, float y) { in startDrag()120 public void dragTo(float x, float y) { in dragTo()157 public void dragTo(float x, float y, long duration) { in dragTo()
51 val x: Float, constant in androidx.testutils.MotionEventData155 val x = originX + (i * dxIncrement) in ceilToInterval() constant