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.java517 mService.mH.removeMessages(H.DRAG_END_TIMEOUT, token); in notifyDropLw()
518 Message msg = mService.mH.obtainMessage(H.DRAG_END_TIMEOUT, token); in notifyDropLw()
DSession.java405 mService.mH.removeMessages(H.DRAG_END_TIMEOUT, window.asBinder()); in reportDropResult()
DWindowManagerService.java7954 public static final int DRAG_END_TIMEOUT = 21; field in WindowManagerService.H
8406 case DRAG_END_TIMEOUT: { in handleMessage()