Searched refs:startDragX (Results 1 – 1 of 1) sorted by relevance
73 public static Rect resizeDrag(float x, float y, float startDragX, float startDragY, in resizeDrag() argument81 final int deltaX = Math.round(x - startDragX); in resizeDrag()