Home
last modified time | relevance | path

Searched refs:MSG_DRAG_END_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDragDropController.java54 static final int MSG_DRAG_END_TIMEOUT = 0; field in DragDropController
175 sendTimeoutMessage(MSG_DRAG_END_TIMEOUT, callingWin.mClient.asBinder(), in performDrag()
261 mHandler.removeMessages(MSG_DRAG_END_TIMEOUT, window.asBinder()); in reportDropResult()
416 case MSG_DRAG_END_TIMEOUT: { in handleMessage()
H A DDragState.java28 import static com.android.server.wm.DragDropController.MSG_DRAG_END_TIMEOUT;
341 mDragDropController.sendTimeoutMessage(MSG_DRAG_END_TIMEOUT, clientToken, in reportDropWindowLock()