Searched refs:deltax (Results 1 – 1 of 1) sorted by relevance
249 float deltax, deltay; in actionMove() local259 deltax = (float) ((mDownPointX - e.getX()) / getWidth()); in actionMove()261 cut(0, deltax, deltay); in actionMove()264 deltax = (float) ((mDownPointX - e.getX()) / getWidth()); in actionMove()266 cut(1, deltax, deltay); in actionMove()269 deltax = (float) ((mDownPointX - e.getX()) / getWidth()); in actionMove()271 cut(2, deltax, deltay); in actionMove()