Searched refs:deltax (Results 1 – 1 of 1) sorted by relevance
250 float deltax, deltay; in actionMove() local260 deltax = (float) ((mDownPointX - e.getX()) / getWidth()); in actionMove()262 cut(0, deltax, deltay); in actionMove()265 deltax = (float) ((mDownPointX - e.getX()) / getWidth()); in actionMove()267 cut(1, deltax, deltay); in actionMove()270 deltax = (float) ((mDownPointX - e.getX()) / getWidth()); in actionMove()272 cut(2, deltax, deltay); in actionMove()