Searched refs:touchedWin (Results 1 – 2 of 2) sorted by relevance
515 WindowState touchedWin = mDisplayContent.getTouchableWinAtPointLocked(x, y); in notifyLocationLocked() local516 if (touchedWin != null && !isWindowNotified(touchedWin)) { in notifyLocationLocked()519 touchedWin = null; in notifyLocationLocked()526 if ((touchedWin != mTargetWindow) && (mTargetWindow != null)) { in notifyLocationLocked()538 if (touchedWin != null) { in notifyLocationLocked()540 Slog.d(TAG_WM, "sending DRAG_LOCATION to " + touchedWin); in notifyLocationLocked()542 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION, in notifyLocationLocked()544 touchedWin.mClient.dispatchDragEvent(evt); in notifyLocationLocked()545 if (myPid != touchedWin.mSession.mPid) { in notifyLocationLocked()552 mTargetWindow = touchedWin; in notifyLocationLocked()[all …]
2976 final WindowState touchedWin = getWindow(w -> { in getTouchableWinAtPointLocked() local2996 return touchedWin; in getTouchableWinAtPointLocked()