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