Searched defs:dy (Results 1 – 12 of 12) sorted by relevance
25 void onMove(int dx, int dy); in onMove()59 final float dy = y - mLastTouchY; in onTouch() local
59 float dy = y - mPreviousY; in onTouchEvent() local
62 float dy = y - mPreviousY; in onTouchEvent() local
67 public void onDrag(float dx, float dy) { in onDrag()
50 public void onDrag(float dx, float dy); in onDrag()
128 private void updateAngles(float dx, float dy, float scaleFactor) { in updateAngles()
92 float dy = cy - y; in warp() local
102 float dy = Math.abs(y - mY); in touch_move() local
100 float x, y, dx, dy; field in WindowSurface.MovingPoint
24 constructor(public dx: number, public dy: number) {} property in Distance2D
286 float dy = ball.mPosY - curr.mPosY; in update() local
185 int dy = 0; in translateCommand() local