Home
last modified time | relevance | path

Searched defs:taskBoundsAtDragStart (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragPositioningCallbackUtility.java69 static boolean changeBounds(int ctrlType, Rect repositionTaskBounds, Rect taskBoundsAtDragStart, in changeBounds()
167 Rect taskBoundsAtDragStart, PointF repositionStartPoint, SurfaceControl.Transaction t, in setPositionOnDrag()
173 static void updateTaskBounds(Rect repositionTaskBounds, Rect taskBoundsAtDragStart, in updateTaskBounds()
DMultiDisplayVeiledResizeTaskPositioner.kt62 private val taskBoundsAtDragStart = Rect() constant