Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java445 notifyLocationLw(x, y); in notifyMoveLw()
448 void notifyLocationLw(float x, float y) { in notifyLocationLw() method in DragState
DSession.java372 mService.mDragState.notifyLocationLw(touchX, touchY); in performDrag()