Searched refs:targetWindow (Results 1 – 4 of 4) sorted by relevance
332 final WindowInfo targetWindow = mWindowInfoById.get(targetWindowId); in getWatchOutsideTouchWindowIdLocked() local333 if (targetWindow != null && mHasWatchOutsideTouchWindow) { in getWatchOutsideTouchWindowIdLocked()337 if (window != null && window.layer < targetWindow.layer in getWatchOutsideTouchWindowIdLocked()
3058 static boolean isOverlappingWithNavBar(WindowState targetWindow, WindowState navBarWindow) {3060 || targetWindow.mActivityRecord == null || !targetWindow.isVisible()) {3064 return Rect.intersects(targetWindow.getFrame(), navBarWindow.getFrame());
7050 WindowState targetWindow = dc.findScrollCaptureTargetWindow(topWindow, taskId); in requestScrollCapture() local7051 if (targetWindow == null) { in requestScrollCapture()7058 targetWindow.mClient.requestScrollCapture(listener); in requestScrollCapture()7062 + "token=%s", targetWindow.mClient.asBinder()); in requestScrollCapture()7063 responseBuilder.setWindowTitle(targetWindow.getName()); in requestScrollCapture()
733 @UserIdInt int targetUserId, int targetDisplayId, @Nullable IBinder targetWindow, in StartInputInfo() argument747 mTargetWindow = targetWindow; in StartInputInfo()2841 final IBinder targetWindow = mImeTargetWindowMap.get(startInputToken); in reportStartInput() local2842 if (targetWindow != null && mLastImeTargetWindow != targetWindow) { in reportStartInput()2843 mWindowManagerInternal.updateInputMethodTargetWindow(token, targetWindow); in reportStartInput()2845 mLastImeTargetWindow = targetWindow; in reportStartInput()