/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskSnapshotControllerTest.java | 214 mDisplayContent.mInputMethodWindow.setSurfaceControl(null); in testCreateTaskSnapshotWithExcludingIme() 231 spyOn(mDisplayContent.mInputMethodWindow); in testCreateTaskSnapshotWithIncludingIme() 234 doReturn(true).when(mDisplayContent.mInputMethodWindow).isVisible(); in testCreateTaskSnapshotWithIncludingIme()
|
H A D | WindowTokenTests.java | 268 .setWindowContainer(mDisplayContent.mInputMethodWindow, null, null); in testSetInsetsFrozen_notAffectImeWindowState() 280 assertNull(mDisplayContent.mInputMethodWindow.getFrozenInsetsState()); in testSetInsetsFrozen_notAffectImeWindowState()
|
H A D | DualDisplayAreaGroupPolicyTest.java | 425 spyOn(mDisplay.mInputMethodWindow); in testPlaceImeContainer_hidesImeWhenParentChanges() 431 verify(mDisplay.mInputMethodWindow).hide(false /* doAnimation */, false /* requestAnim */); in testPlaceImeContainer_hidesImeWhenParentChanges() 538 mDisplay.mInputMethodWindow = imeWindow; in setupImeWindow()
|
H A D | ZOrderingTests.java | 509 spyOn(mDisplayContent.mInputMethodWindow); in testAttachNavBarWhenEnteringRecents_expectNavBarHigherThanIme() 510 doReturn(true).when(mDisplayContent.mInputMethodWindow).isVisible(); in testAttachNavBarWhenEnteringRecents_expectNavBarHigherThanIme()
|
H A D | DisplayContentTests.java | 1342 SurfaceControl.Transaction t = mDisplayContent.mInputMethodWindow.getPendingTransaction(); in testImeSecureFlagGetUpdatedAfterImeInputTarget() 1345 mDisplayContent.mInputMethodWindow.setCanScreenshot(t, false /* canScreenshot */); in testImeSecureFlagGetUpdatedAfterImeInputTarget() 1347 verify(t).setSecure(eq(mDisplayContent.mInputMethodWindow.mSurfaceControl), eq(true)); in testImeSecureFlagGetUpdatedAfterImeInputTarget() 2326 spyOn(mDisplayContent.mInputMethodWindow); in testAttachAndShowImeScreenshotOnTarget() 2327 doReturn(true).when(mDisplayContent.mInputMethodWindow).isVisible(); in testAttachAndShowImeScreenshotOnTarget() 2385 spyOn(mDisplayContent.mInputMethodWindow); in testShowImeScreenshot_removeCurSnapshotBeforeCreateNext() 2386 doReturn(true).when(mDisplayContent.mInputMethodWindow).isVisible(); in testShowImeScreenshot_removeCurSnapshotBeforeCreateNext() 2408 makeWindowVisible(win, mDisplayContent.mInputMethodWindow); in testRemoveImeScreenshot_whenTargetSurfaceWasInvisible() 2432 makeWindowVisible(mDisplayContent.mInputMethodWindow); in testRemoveImeScreenshot_whenWindowRemoveImmediately()
|
H A D | WindowStateTests.java | 1068 mDisplayContent.mInputMethodWindow = imeWindow; in testAdjustImeInsetsVisibilityWhenSwitchingApps() 1104 mDisplayContent.mInputMethodWindow = imeWindow; in testAdjustImeInsetsVisibilityWhenSwitchingApps_toAppInMultiWindowMode()
|
H A D | WindowTestsBase.java | 342 mDisplayContent.mInputMethodWindow = mImeWindow; in addCommonWindows()
|
H A D | ActivityStarterTests.java | 374 mDisplayContent.mInputMethodWindow = imeWindow; in setupImeWindow()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayContent.java | 645 WindowState mInputMethodWindow; field in DisplayContent 3244 if (mInputMethodWindow != null && mInputMethodWindow.isVisible()) { in updateTouchExcludeRegion() 3408 final WindowState imeWin = mInputMethodWindow; in adjustForImeIfNeeded() 3872 final WindowState imWindow = mInputMethodWindow; in updateFocusedWindowLocked() 4072 mInputMethodWindow = win; in setInputMethodWindowLocked() 4074 if (mInputMethodWindow != null) { in setInputMethodWindowLocked() 4090 if (mInputMethodWindow == null) { in computeImeTarget() 4250 if (mInputMethodWindow == null) { in onShowImeRequested() 4317 if (mInputMethodWindow != null) { in setImeLayeringTargetInner() 4528 if (mInputMethodWindow != null && mInputMethodWindow.isVisible()) { in attachImeScreenshotOnTargetIfNeeded() [all …]
|
H A D | AsyncRotationController.java | 415 if (mDisplayContent.mInputMethodWindow == null) return; in hideImeImmediately() 416 final WindowToken imeWindowToken = mDisplayContent.mInputMethodWindow.mToken; in hideImeImmediately()
|
H A D | InputMonitor.java | 424 if (mDisplayContent.mInputMethodWindow != null in updateInputFocusRequest() 425 && mDisplayContent.mInputMethodWindow.isVisible()) { in updateInputFocusRequest()
|
H A D | TaskSnapshotController.java | 220 final WindowState imeWindow = task.getDisplayContent().mInputMethodWindow; in createImeSnapshot()
|
H A D | AbsAppSnapshotController.java | 260 final WindowState imeWindow = source.getDisplayContent().mInputMethodWindow; in createSnapshot()
|
H A D | InsetsPolicy.java | 530 final WindowState imeWin = mDisplayContent.mInputMethodWindow; in getNavControlTarget()
|
H A D | DisplayPolicy.java | 2273 mDisplayContent.mInputMethodWindow, mNavigationBarPosition); 2275 navColorWin != null && navColorWin == mDisplayContent.mInputMethodWindow; 2550 mDisplayContent.mInputMethodWindow,
|
H A D | RootWindowContainer.java | 874 if (displayContent.mInputMethodWindow == win) { in performSurfacePlacementNoTrace() 1238 if (displayContent.mInputMethodWindow != null) { in getCurrentInputMethodWindow() 1239 return displayContent.mInputMethodWindow; in getCurrentInputMethodWindow()
|
H A D | TaskOrganizerController.java | 695 final WindowState imeWindow = dc.mInputMethodWindow; in removeStartingWindow()
|
H A D | WindowManagerService.java | 1987 if (displayContent.mInputMethodWindow == win) { in postWindowRemoveCleanupLocked() 2397 && displayContent.mInputMethodWindow == null) { in relayoutWindow() 6467 if (displayContent.mInputMethodWindow != null) { in getCurrentImeTouchRegion() 6468 displayContent.mInputMethodWindow.getTouchableRegion(r); in getCurrentImeTouchRegion()
|
H A D | ActivityRecord.java | 5265 && mDisplayContent.mInputMethodWindow != null in setVisibleRequested() 5266 && mDisplayContent.mInputMethodWindow.isVisible(); in setVisibleRequested() 9811 && mDisplayContent.mInputMethodWindow != null 9812 && mDisplayContent.mInputMethodWindow.isVisible();
|