Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotControllerTest.java201 mDisplayContent.mInputMethodWindow.setSurfaceControl(null); in testCreateTaskSnapshotWithExcludingIme()
218 spyOn(mDisplayContent.mInputMethodWindow); in testCreateTaskSnapshotWithIncludingIme()
221 doReturn(true).when(mDisplayContent.mInputMethodWindow).isVisible(); in testCreateTaskSnapshotWithIncludingIme()
H A DWindowTokenTests.java252 mDisplayContent.mInputMethodWindow, null, null); in testSetInsetsFrozen_notAffectImeWindowState()
264 assertNull(mDisplayContent.mInputMethodWindow.getFrozenInsetsState()); in testSetInsetsFrozen_notAffectImeWindowState()
H A DDualDisplayAreaGroupPolicyTest.java339 spyOn(mDisplay.mInputMethodWindow); in testPlaceImeContainer_hidesImeWhenParentChanges()
345 verify(mDisplay.mInputMethodWindow).hide(false /* doAnimation */, false /* requestAnim */); in testPlaceImeContainer_hidesImeWhenParentChanges()
389 mDisplay.mInputMethodWindow = imeWindow; in setupImeWindow()
H A DZOrderingTests.java576 spyOn(mDisplayContent.mInputMethodWindow); in testAttachNavBarWhenEnteringRecents_expectNavBarHigherThanIme()
577 doReturn(true).when(mDisplayContent.mInputMethodWindow).isVisible(); in testAttachNavBarWhenEnteringRecents_expectNavBarHigherThanIme()
H A DWindowFrameTests.java273 dc.mInputMethodWindow = mockIme; in testFreeformContentInsets()
H A DActivityStarterTests.java314 mDisplayContent.mInputMethodWindow = imeWindow; in setupImeWindow()
H A DWindowStateTests.java901 mDisplayContent.mInputMethodWindow = imeWindow; in testAdjustImeInsetsVisibilityWhenSwitchingApps()
H A DDisplayContentTests.java1939 spyOn(mDisplayContent.mInputMethodWindow); in testAttachAndShowImeScreenshotOnTarget()
1940 doReturn(true).when(mDisplayContent.mInputMethodWindow).isVisible(); in testAttachAndShowImeScreenshotOnTarget()
H A DWindowTestsBase.java286 mDisplayContent.mInputMethodWindow = mImeWindow; in createTestDisplay()
H A DActivityRecordTests.java2985 mDisplayContent.mInputMethodWindow = imeWindow; in testImeInsetsFrozenFlag_resetWhenReparented()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java599 WindowState mInputMethodWindow; field in DisplayContent
1717 return r.mLastImeShown && mInputMethodWindow != null && mInputMethodWindow.mHasSurface in mayImeShowOnLaunchingActivity()
3001 if (mInputMethodWindow != null && mInputMethodWindow.isVisible()) { in updateTouchExcludeRegion()
3155 final WindowState imeWin = mInputMethodWindow; in adjustForImeIfNeeded()
3546 final WindowState imWindow = mInputMethodWindow; in updateFocusedWindowLocked()
3767 mInputMethodWindow = win; in setInputMethodWindowLocked()
3769 if (mInputMethodWindow != null) { in setInputMethodWindowLocked()
3785 if (mInputMethodWindow == null) { in computeImeTarget()
3987 if (mInputMethodWindow != null) { in setImeLayeringTargetInner()
4027 if (mInputMethodWindow != null && mInputMethodWindow.isVisible()) { in attachAndShowImeScreenshotOnTarget()
[all …]
H A DTaskSnapshotController.java393 final WindowState imeWindow = task.getDisplayContent().mInputMethodWindow;
434 final WindowState imeWindow = task.getDisplayContent().mInputMethodWindow;
H A DInsetsPolicy.java385 final WindowState imeWin = mDisplayContent.mInputMethodWindow; in getNavControlTarget()
H A DRootWindowContainer.java945 if (displayContent.mInputMethodWindow == win) { in performSurfacePlacementNoTrace()
1356 if (displayContent.mInputMethodWindow != null) { in getCurrentInputMethodWindow()
1357 return displayContent.mInputMethodWindow; in getCurrentInputMethodWindow()
H A DDisplayPolicy.java2769 mDisplayContent.mInputMethodWindow, mNavigationBarPosition);
2771 navColorWin != null && navColorWin == mDisplayContent.mInputMethodWindow;
H A DWindowManagerService.java2069 if (displayContent.mInputMethodWindow == win) { in postWindowRemoveCleanupLocked()
2403 && displayContent.mInputMethodWindow == null) { in relayoutWindow()
6225 if (displayContent.mInputMethodWindow != null) { in getCurrentImeTouchRegion()
6226 displayContent.mInputMethodWindow.getTouchableRegion(r); in getCurrentImeTouchRegion()
H A DActivityRecord.java5029 && mDisplayContent.mInputMethodWindow != null in postApplyAnimation()
5030 && mDisplayContent.mInputMethodWindow.isVisible(); in postApplyAnimation()