Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java287 mDragState.updateDragSurfaceLocked(true, touchX, touchY); in performDrag()
476 mDragState.updateDragSurfaceLocked(keepHandling, newX, newY); in handleMotionEvent()
DDragState.java675 void updateDragSurfaceLocked(boolean keepHandling, float x, float y) { in updateDragSurfaceLocked() method in DragState