Searched defs:dx (Results 1 – 10 of 10) sorted by relevance
61 float dx = x - mPreviousX; in onTouchEvent() local
58 float dx = x - mPreviousX; in onTouchEvent() local
67 public void onDrag(float dx, float dy) { in onDrag()
50 public void onDrag(float dx, float dy); in onDrag()
91 float dx = cx - x; in warp() local
128 private void updateAngles(float dx, float dy, float scaleFactor) { in updateAngles()
101 float dx = Math.abs(x - mX); in touch_move() local
100 float x, y, dx, dy; field in WindowSurface.MovingPoint
285 float dx = ball.mPosX - curr.mPosX; in update() local
184 int dx = 0; in translateCommand() local