Searched refs:MSG_DRAG_END_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
51 static final int MSG_DRAG_END_TIMEOUT = 0; field in DragDropController229 mHandler.removeMessages(MSG_DRAG_END_TIMEOUT, window.asBinder()); in reportDropResult()349 case MSG_DRAG_END_TIMEOUT: { in handleMessage()
20 import static com.android.server.wm.DragDropController.MSG_DRAG_END_TIMEOUT;558 mDragDropController.sendTimeoutMessage(MSG_DRAG_END_TIMEOUT, token); in notifyDropLocked()