Searched refs:touchedWin (Results 1 – 1 of 1) sorted by relevance
309 WindowState touchedWin = getTouchedWinAtPointLw(x, y); in notifyMoveLw() local310 if (touchedWin == null) { in notifyMoveLw()315 final IBinder touchedBinder = touchedWin.mClient.asBinder(); in notifyMoveLw()319 touchedWin = null; in notifyMoveLw()324 if ((touchedWin != mTargetWindow) && (mTargetWindow != null)) { in notifyMoveLw()336 if (touchedWin != null) { in notifyMoveLw()338 Slog.d(WindowManagerService.TAG, "sending DRAG_LOCATION to " + touchedWin); in notifyMoveLw()340 DragEvent evt = obtainDragEvent(touchedWin, DragEvent.ACTION_DRAG_LOCATION, in notifyMoveLw()342 touchedWin.mClient.dispatchDragEvent(evt); in notifyMoveLw()343 if (myPid != touchedWin.mSession.mPid) { in notifyMoveLw()[all …]