HomeSort by relevance Sort by last modified time
    Searched defs:mDragState (Results 1 - 3 of 3) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
Session.java 266 if (mService.mDragState == null) {
271 if (dragToken != mService.mDragState.mToken) {
295 mService.mDragState.register(display);
298 mService.mDragState.mServerChannel)) {
300 mService.mDragState.unregister();
301 mService.mDragState = null;
306 mService.mDragState.mData = data;
307 mService.mDragState.mCurrentX = touchX;
308 mService.mDragState.mCurrentY = touchY;
309 mService.mDragState.broadcastDragStartedLw(touchX, touchY)
    [all...]
DragState.java 279 mService.mDragState.broadcastDragEndedLw();
282 mService.mDragState.unregister();
286 mService.mDragState.reset();
287 mService.mDragState = null;
WindowManagerService.java 585 DragState mDragState = null;
674 && mDragState != null) {
690 mDragState.notifyMoveLw(newX, newY);
698 endDrag = mDragState.notifyDropLw(newX, newY);
712 mDragState.endDragLw();
    [all...]

Completed in 45 milliseconds