Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java291 final WindowState touchedWin = mService.mInputToWindowMap.get(token); in reportDropWindowLock() local
292 if (!isWindowNotified(touchedWin)) { in reportDropWindowLock()
297 if (DEBUG_DRAG) Slog.d(TAG_WM, "Drop outside a valid window " + touchedWin); in reportDropWindowLock()
301 if (DEBUG_DRAG) Slog.d(TAG_WM, "sending DROP to " + touchedWin); in reportDropWindowLock()
303 final int targetUserId = UserHandle.getUserId(touchedWin.getOwningUid()); in reportDropWindowLock()
311 touchedWin.getOwningPackage(), in reportDropWindowLock()
323 final IBinder clientToken = touchedWin.mClient.asBinder(); in reportDropWindowLock()
325 mData, targetInterceptsGlobalDrag(touchedWin), in reportDropWindowLock()
328 touchedWin.mClient.dispatchDragEvent(event); in reportDropWindowLock()
334 Slog.w(TAG_WM, "can't send drop notification to win " + touchedWin); in reportDropWindowLock()
[all …]
DDisplayContent.java3652 final WindowState touchedWin = getWindow(w -> { in getTouchableWinAtPointLocked() local
3672 return touchedWin; in getTouchableWinAtPointLocked()