Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java183 void broadcastDragStartedLw(final float touchX, final float touchY) { in broadcastDragStartedLw() method in DragState
DSession.java323 mService.mDragState.broadcastDragStartedLw(touchX, touchY); in performDrag()