Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DDragState.java292 void notifyMoveLw(float x, float y) { in notifyMoveLw() method in DragState
DWindowManagerService.java641 mDragState.notifyMoveLw(newX, newY); in onInputEvent()