Home
last modified time | relevance | path

Searched refs:startDragX (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DTaskResizingAlgorithm.java73 public static Rect resizeDrag(float x, float y, float startDragX, float startDragY, in resizeDrag() argument
81 final int deltaX = Math.round(x - startDragX); in resizeDrag()