Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java291 mDragState.notifyDropLocked(newX, newY); in handleMotionEvent()
DDragState.java511 void notifyDropLocked(float x, float y) { in notifyDropLocked() method in DragState