Searched refs:mTargetWindow (Results 1 – 1 of 1) sorted by relevance
61 WindowState mTargetWindow; field in DragState326 if ((touchedWin != mTargetWindow) && (mTargetWindow != null)) { in notifyMoveLw()328 Slog.d(WindowManagerService.TAG, "sending DRAG_EXITED to " + mTargetWindow); in notifyMoveLw()331 DragEvent evt = obtainDragEvent(mTargetWindow, DragEvent.ACTION_DRAG_EXITED, in notifyMoveLw()333 mTargetWindow.mClient.dispatchDragEvent(evt); in notifyMoveLw()334 if (myPid != mTargetWindow.mSession.mPid) { in notifyMoveLw()352 mTargetWindow = touchedWin; in notifyMoveLw()