Searched refs:taskBoundsAtDragStart (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | DragPositioningCallbackUtility.java | 69 static boolean changeBounds(int ctrlType, Rect repositionTaskBounds, Rect taskBoundsAtDragStart, in changeBounds() argument 84 repositionTaskBounds.set(taskBoundsAtDragStart); in changeBounds() 133 Rect taskBoundsAtDragStart, PointF repositionStartPoint, SurfaceControl.Transaction t, in setPositionOnDrag() argument 135 updateTaskBounds(repositionTaskBounds, taskBoundsAtDragStart, repositionStartPoint, x, y); in setPositionOnDrag() 139 static void updateTaskBounds(Rect repositionTaskBounds, Rect taskBoundsAtDragStart, in updateTaskBounds() argument 143 repositionTaskBounds.set(taskBoundsAtDragStart); in updateTaskBounds()
|