Home
last modified time | relevance | path

Searched refs:mTargetWindow (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java61 WindowState mTargetWindow; field in DragState
326 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()