Searched refs:touchedWin (Results 1 – 2 of 2) sorted by relevance
467 WindowState touchedWin = mDisplayContent.getTouchableWinAtPointLocked(x, y); in notifyLocationLocked() local468 if (touchedWin != null && !isWindowNotified(touchedWin)) { in notifyLocationLocked()471 touchedWin = null; in notifyLocationLocked()478 if ((touchedWin != mTargetWindow) && (mTargetWindow != null)) { in notifyLocationLocked()490 if (touchedWin != null) { in notifyLocationLocked()492 Slog.d(TAG_WM, "sending DRAG_LOCATION to " + touchedWin); in notifyLocationLocked()494 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION, in notifyLocationLocked()496 touchedWin.mClient.dispatchDragEvent(evt); in notifyLocationLocked()497 if (myPid != touchedWin.mSession.mPid) { in notifyLocationLocked()504 mTargetWindow = touchedWin; in notifyLocationLocked()[all …]
2338 final WindowState touchedWin = getWindow(w -> { in getTouchableWinAtPointLocked() local2358 return touchedWin; in getTouchableWinAtPointLocked()