Home
last modified time | relevance | path

Searched refs:mInputMethodWindow (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotControllerTest.java214 mDisplayContent.mInputMethodWindow.setSurfaceControl(null); in testCreateTaskSnapshotWithExcludingIme()
231 spyOn(mDisplayContent.mInputMethodWindow); in testCreateTaskSnapshotWithIncludingIme()
234 doReturn(true).when(mDisplayContent.mInputMethodWindow).isVisible(); in testCreateTaskSnapshotWithIncludingIme()
H A DWindowTokenTests.java268 .setWindowContainer(mDisplayContent.mInputMethodWindow, null, null); in testSetInsetsFrozen_notAffectImeWindowState()
280 assertNull(mDisplayContent.mInputMethodWindow.getFrozenInsetsState()); in testSetInsetsFrozen_notAffectImeWindowState()
H A DDualDisplayAreaGroupPolicyTest.java425 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 DZOrderingTests.java509 spyOn(mDisplayContent.mInputMethodWindow); in testAttachNavBarWhenEnteringRecents_expectNavBarHigherThanIme()
510 doReturn(true).when(mDisplayContent.mInputMethodWindow).isVisible(); in testAttachNavBarWhenEnteringRecents_expectNavBarHigherThanIme()
H A DDisplayContentTests.java1342 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 DWindowStateTests.java1068 mDisplayContent.mInputMethodWindow = imeWindow; in testAdjustImeInsetsVisibilityWhenSwitchingApps()
1104 mDisplayContent.mInputMethodWindow = imeWindow; in testAdjustImeInsetsVisibilityWhenSwitchingApps_toAppInMultiWindowMode()
H A DWindowTestsBase.java342 mDisplayContent.mInputMethodWindow = mImeWindow; in addCommonWindows()
H A DActivityStarterTests.java374 mDisplayContent.mInputMethodWindow = imeWindow; in setupImeWindow()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java645 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 DAsyncRotationController.java415 if (mDisplayContent.mInputMethodWindow == null) return; in hideImeImmediately()
416 final WindowToken imeWindowToken = mDisplayContent.mInputMethodWindow.mToken; in hideImeImmediately()
H A DInputMonitor.java424 if (mDisplayContent.mInputMethodWindow != null in updateInputFocusRequest()
425 && mDisplayContent.mInputMethodWindow.isVisible()) { in updateInputFocusRequest()
H A DTaskSnapshotController.java220 final WindowState imeWindow = task.getDisplayContent().mInputMethodWindow; in createImeSnapshot()
H A DAbsAppSnapshotController.java260 final WindowState imeWindow = source.getDisplayContent().mInputMethodWindow; in createSnapshot()
H A DInsetsPolicy.java530 final WindowState imeWin = mDisplayContent.mInputMethodWindow; in getNavControlTarget()
H A DDisplayPolicy.java2273 mDisplayContent.mInputMethodWindow, mNavigationBarPosition);
2275 navColorWin != null && navColorWin == mDisplayContent.mInputMethodWindow;
2550 mDisplayContent.mInputMethodWindow,
H A DRootWindowContainer.java874 if (displayContent.mInputMethodWindow == win) { in performSurfacePlacementNoTrace()
1238 if (displayContent.mInputMethodWindow != null) { in getCurrentInputMethodWindow()
1239 return displayContent.mInputMethodWindow; in getCurrentInputMethodWindow()
H A DTaskOrganizerController.java695 final WindowState imeWindow = dc.mInputMethodWindow; in removeStartingWindow()
H A DWindowManagerService.java1987 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 DActivityRecord.java5265 && mDisplayContent.mInputMethodWindow != null in setVisibleRequested()
5266 && mDisplayContent.mInputMethodWindow.isVisible(); in setVisibleRequested()
9811 && mDisplayContent.mInputMethodWindow != null
9812 && mDisplayContent.mInputMethodWindow.isVisible();