Searched refs:targetWindow (Results 1 – 2 of 2) sorted by relevance
740 @UserIdInt int targetUserId, int targetDisplayId, @Nullable IBinder targetWindow, in StartInputInfo() argument754 mTargetWindow = targetWindow; in StartInputInfo()2541 final IBinder targetWindow = mImeTargetWindowMap.get(startInputToken); in reportStartInput() local2542 if (targetWindow != null && mLastImeTargetWindow != targetWindow) { in reportStartInput()2543 mWindowManagerInternal.updateInputMethodTargetWindow(token, targetWindow); in reportStartInput()2545 mLastImeTargetWindow = targetWindow; in reportStartInput()
3788 final WindowInfo targetWindow = mWindowInfoById.get(targetWindowId); in getWatchOutsideTouchWindowIdLocked() local3789 if (targetWindow != null && mHasWatchOutsideTouchWindow) { in getWatchOutsideTouchWindowIdLocked()3793 if (window != null && window.layer < targetWindow.layer in getWatchOutsideTouchWindowIdLocked()