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