Searched refs:mTargetWindow (Results 1 – 2 of 2) sorted by relevance
107 WindowState mTargetWindow; field in DragState513 if ((touchedWin != mTargetWindow) && (mTargetWindow != null)) { in notifyLocationLocked()515 Slog.d(TAG_WM, "sending DRAG_EXITED to " + mTargetWindow); in notifyLocationLocked()518 DragEvent evt = obtainDragEvent(mTargetWindow, DragEvent.ACTION_DRAG_EXITED, in notifyLocationLocked()520 mTargetWindow.mClient.dispatchDragEvent(evt); in notifyLocationLocked()521 if (myPid != mTargetWindow.mSession.mPid) { in notifyLocationLocked()539 mTargetWindow = touchedWin; in notifyLocationLocked()
776 final IBinder mTargetWindow; field in InputMethodManagerService.StartInputInfo799 mTargetWindow = targetWindow; in StartInputInfo()1012 mTargetWindowString = String.valueOf(original.mTargetWindow); in set()