Searched refs:mTargetWindow (Results 1 – 2 of 2) sorted by relevance
107 WindowState mTargetWindow; field in DragState478 if ((touchedWin != mTargetWindow) && (mTargetWindow != null)) { in notifyLocationLocked()480 Slog.d(TAG_WM, "sending DRAG_EXITED to " + mTargetWindow); in notifyLocationLocked()483 DragEvent evt = obtainDragEvent(mTargetWindow, DragEvent.ACTION_DRAG_EXITED, in notifyLocationLocked()485 mTargetWindow.mClient.dispatchDragEvent(evt); in notifyLocationLocked()486 if (myPid != mTargetWindow.mSession.mPid) { in notifyLocationLocked()504 mTargetWindow = touchedWin; in notifyLocationLocked()
660 final IBinder mTargetWindow; field in InputMethodManagerService.StartInputInfo677 mTargetWindow = targetWindow; in StartInputInfo()763 mTargetWindowString = String.valueOf(original.mTargetWindow); in set()2320 dismissImeOnBackKeyPressed, info != null ? info.mTargetWindow : null); in setImeWindowStatus()