Home
last modified time | relevance | path

Searched refs:DRAG_END_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java378 mService.mH.removeMessages(H.DRAG_END_TIMEOUT, token); in notifyDropLw()
379 Message msg = mService.mH.obtainMessage(H.DRAG_END_TIMEOUT, token); in notifyDropLw()
DSession.java376 mService.mH.removeMessages(H.DRAG_END_TIMEOUT, window.asBinder()); in reportDropResult()
DWindowManagerService.java7721 public static final int DRAG_END_TIMEOUT = 21; field in WindowManagerService.H
8117 case DRAG_END_TIMEOUT: { in handleMessage()