Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java276 sendDragStartedLw(w, touchX, touchY, mDataDescription); in broadcastDragStartedLw()
288 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, in sendDragStartedLw() method in DragState
346 sendDragStartedLw(newWin, mCurrentX, mCurrentY, mDataDescription); in sendDragStartedIfNeededLw()