Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipTouchHandler.java828 final PointF lastDelta = touchState.getLastTouchDelta(); in onMove() local
831 float left = lastX + lastDelta.x; in onMove()
832 float top = lastY + lastDelta.y; in onMove()