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.java198 sendDragStartedLw(windows.get(i), touchX, touchY, mDataDescription); in broadcastDragStartedLw()
211 private void sendDragStartedLw(WindowState newWin, float touchX, float touchY, in sendDragStartedLw() method in DragState
258 sendDragStartedLw(newWin, mCurrentX, mCurrentY, mDataDescription); in sendDragStartedIfNeededLw()