Searched refs:touchedWin (Results 1 – 2 of 2) sorted by relevance
517 WindowState touchedWin = mDisplayContent.getTouchableWinAtPointLocked(x, y); in notifyLocationLocked() local518 if (touchedWin != null && !isWindowNotified(touchedWin)) { in notifyLocationLocked()521 touchedWin = null; in notifyLocationLocked()528 if ((touchedWin != mTargetWindow) && (mTargetWindow != null)) { in notifyLocationLocked()540 if (touchedWin != null) { in notifyLocationLocked()542 Slog.d(TAG_WM, "sending DRAG_LOCATION to " + touchedWin); in notifyLocationLocked()544 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION, in notifyLocationLocked()546 touchedWin.mClient.dispatchDragEvent(evt); in notifyLocationLocked()547 if (myPid != touchedWin.mSession.mPid) { in notifyLocationLocked()554 mTargetWindow = touchedWin; in notifyLocationLocked()[all …]
2966 final WindowState touchedWin = getWindow(w -> { in getTouchableWinAtPointLocked() local2986 return touchedWin; in getTouchableWinAtPointLocked()