Searched refs:DRAG_END_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
517 mService.mH.removeMessages(H.DRAG_END_TIMEOUT, token); in notifyDropLw()518 Message msg = mService.mH.obtainMessage(H.DRAG_END_TIMEOUT, token); in notifyDropLw()
405 mService.mH.removeMessages(H.DRAG_END_TIMEOUT, window.asBinder()); in reportDropResult()
7954 public static final int DRAG_END_TIMEOUT = 21; field in WindowManagerService.H8406 case DRAG_END_TIMEOUT: { in handleMessage()