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