Searched refs:deltay (Results 1 – 1 of 1) sorted by relevance
250 float deltax, deltay; in actionMove() local261 deltay = (float) -((mDownPointY - e.getY()) / getWidth()); in actionMove()262 cut(0, deltax, deltay); in actionMove()266 deltay = (float) -((mDownPointY - e.getY()) / getWidth()); in actionMove()267 cut(1, deltax, deltay); in actionMove()271 deltay = (float) -((mDownPointY - e.getY()) / getWidth()); in actionMove()272 cut(2, deltax, deltay); in actionMove()