Searched refs:touchedWin (Results 1 – 2 of 2) sorted by relevance
291 final WindowState touchedWin = mService.mInputToWindowMap.get(token); in reportDropWindowLock() local292 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 …]
3652 final WindowState touchedWin = getWindow(w -> { in getTouchableWinAtPointLocked() local3672 return touchedWin; in getTouchableWinAtPointLocked()