Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragDropController.java231 sendTimeoutMessage(MSG_DRAG_END_TIMEOUT, callingWin.mClient.asBinder(), in performDrag()
392 sendTimeoutMessage(MSG_UNHANDLED_DROP_LISTENER_TIMEOUT, null, DRAG_TIMEOUT_MS); in notifyUnhandledDrop()
504 void sendTimeoutMessage(int what, Object arg, long timeoutMs) { in sendTimeoutMessage() method in DragDropController
DDragState.java271 mDragDropController.sendTimeoutMessage(MSG_REMOVE_DRAG_SURFACE_TIMEOUT, in closeLocked()
386 mDragDropController.sendTimeoutMessage(MSG_DRAG_END_TIMEOUT, clientToken, in reportDropWindowLockInner()