Searched refs:mTargetWindow (Results 1 – 1 of 1) sorted by relevance
60 WindowState mTargetWindow; field in DragState324 if ((touchedWin != mTargetWindow) && (mTargetWindow != null)) { in notifyMoveLw()326 Slog.d(WindowManagerService.TAG, "sending DRAG_EXITED to " + mTargetWindow); in notifyMoveLw()329 DragEvent evt = obtainDragEvent(mTargetWindow, DragEvent.ACTION_DRAG_EXITED, in notifyMoveLw()331 mTargetWindow.mClient.dispatchDragEvent(evt); in notifyMoveLw()332 if (myPid != mTargetWindow.mSession.mPid) { in notifyMoveLw()350 mTargetWindow = touchedWin; in notifyMoveLw()