Searched refs:deltay (Results 1 – 1 of 1) sorted by relevance
249 float deltax, deltay; in actionMove() local260 deltay = (float) -((mDownPointY - e.getY()) / getWidth()); in actionMove()261 cut(0, deltax, deltay); in actionMove()265 deltay = (float) -((mDownPointY - e.getY()) / getWidth()); in actionMove()266 cut(1, deltax, deltay); in actionMove()270 deltay = (float) -((mDownPointY - e.getY()) / getWidth()); in actionMove()271 cut(2, deltax, deltay); in actionMove()