Searched refs:targetWindow (Results 1 – 3 of 3) sorted by relevance
343 final WindowInfo targetWindow = mWindowInfoById.get(targetWindowId); in getWatchOutsideTouchWindowIdLocked() local344 if (targetWindow != null && mHasWatchOutsideTouchWindow) { in getWatchOutsideTouchWindowIdLocked()348 if (window != null && window.layer < targetWindow.layer in getWatchOutsideTouchWindowIdLocked()
730 @UserIdInt int targetUserId, int targetDisplayId, @Nullable IBinder targetWindow, in StartInputInfo() argument744 mTargetWindow = targetWindow; in StartInputInfo()2832 final IBinder targetWindow = mImeTargetWindowMap.get(startInputToken); in reportStartInput() local2833 if (targetWindow != null) { in reportStartInput()2834 mWindowManagerInternal.updateInputMethodTargetWindow(token, targetWindow); in reportStartInput()2836 mLastImeTargetWindow = targetWindow; in reportStartInput()
7219 WindowState targetWindow = dc.findScrollCaptureTargetWindow(topWindow, taskId); in requestScrollCapture() local7220 if (targetWindow == null) { in requestScrollCapture()7227 targetWindow.mClient.requestScrollCapture(listener); in requestScrollCapture()7231 + "token=%s", targetWindow.mClient.asBinder()); in requestScrollCapture()7232 responseBuilder.setWindowTitle(targetWindow.getName()); in requestScrollCapture()7233 responseBuilder.setPackageName(targetWindow.getOwningPackage()); in requestScrollCapture()