Searched refs:mStartDragY (Results 1 – 1 of 1) sorted by relevance
109 private float mStartDragY; field in TaskPositioner345 mStartDragY = startY; in startDragLocked()395 final int deltaY = Math.round(y - mStartDragY); in notifyMoveLocked()451 mWindowDragBounds.offset(0, Math.round(y - mStartDragY)); in updateWindowDragBounds()454 mWindowDragBounds.offset(Math.round(x - mStartDragX), Math.round(y - mStartDragY)); in updateWindowDragBounds()