Searched refs:touchedWin (Results 1 – 2 of 2) sorted by relevance
430 WindowState touchedWin = mDisplayContent.getTouchableWinAtPointLocked(x, y); in notifyLocationLw() local431 if (touchedWin != null && !isWindowNotified(touchedWin)) { in notifyLocationLw()434 touchedWin = null; in notifyLocationLw()441 if ((touchedWin != mTargetWindow) && (mTargetWindow != null)) { in notifyLocationLw()453 if (touchedWin != null) { in notifyLocationLw()455 Slog.d(TAG_WM, "sending DRAG_LOCATION to " + touchedWin); in notifyLocationLw()457 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION, in notifyLocationLw()459 touchedWin.mClient.dispatchDragEvent(evt); in notifyLocationLw()460 if (myPid != touchedWin.mSession.mPid) { in notifyLocationLw()467 mTargetWindow = touchedWin; in notifyLocationLw()[all …]
647 WindowState touchedWin = null; in getTouchableWinAtPointLocked() local670 touchedWin = window; in getTouchableWinAtPointLocked()675 return touchedWin; in getTouchableWinAtPointLocked()