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.java60 WindowState mTargetWindow; field in DragState
324 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()