Searched refs:mInputMethodWindow (Results 1 – 17 of 17) sorted by relevance
201 mDisplayContent.mInputMethodWindow.setSurfaceControl(null); in testCreateTaskSnapshotWithExcludingIme()218 spyOn(mDisplayContent.mInputMethodWindow); in testCreateTaskSnapshotWithIncludingIme()221 doReturn(true).when(mDisplayContent.mInputMethodWindow).isVisible(); in testCreateTaskSnapshotWithIncludingIme()
252 mDisplayContent.mInputMethodWindow, null, null); in testSetInsetsFrozen_notAffectImeWindowState()264 assertNull(mDisplayContent.mInputMethodWindow.getFrozenInsetsState()); in testSetInsetsFrozen_notAffectImeWindowState()
339 spyOn(mDisplay.mInputMethodWindow); in testPlaceImeContainer_hidesImeWhenParentChanges()345 verify(mDisplay.mInputMethodWindow).hide(false /* doAnimation */, false /* requestAnim */); in testPlaceImeContainer_hidesImeWhenParentChanges()389 mDisplay.mInputMethodWindow = imeWindow; in setupImeWindow()
576 spyOn(mDisplayContent.mInputMethodWindow); in testAttachNavBarWhenEnteringRecents_expectNavBarHigherThanIme()577 doReturn(true).when(mDisplayContent.mInputMethodWindow).isVisible(); in testAttachNavBarWhenEnteringRecents_expectNavBarHigherThanIme()
273 dc.mInputMethodWindow = mockIme; in testFreeformContentInsets()
314 mDisplayContent.mInputMethodWindow = imeWindow; in setupImeWindow()
901 mDisplayContent.mInputMethodWindow = imeWindow; in testAdjustImeInsetsVisibilityWhenSwitchingApps()
1939 spyOn(mDisplayContent.mInputMethodWindow); in testAttachAndShowImeScreenshotOnTarget()1940 doReturn(true).when(mDisplayContent.mInputMethodWindow).isVisible(); in testAttachAndShowImeScreenshotOnTarget()
286 mDisplayContent.mInputMethodWindow = mImeWindow; in createTestDisplay()
2985 mDisplayContent.mInputMethodWindow = imeWindow; in testImeInsetsFrozenFlag_resetWhenReparented()
599 WindowState mInputMethodWindow; field in DisplayContent1717 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 …]
393 final WindowState imeWindow = task.getDisplayContent().mInputMethodWindow;434 final WindowState imeWindow = task.getDisplayContent().mInputMethodWindow;
385 final WindowState imeWin = mDisplayContent.mInputMethodWindow; in getNavControlTarget()
945 if (displayContent.mInputMethodWindow == win) { in performSurfacePlacementNoTrace()1356 if (displayContent.mInputMethodWindow != null) { in getCurrentInputMethodWindow()1357 return displayContent.mInputMethodWindow; in getCurrentInputMethodWindow()
2769 mDisplayContent.mInputMethodWindow, mNavigationBarPosition);2771 navColorWin != null && navColorWin == mDisplayContent.mInputMethodWindow;
2069 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()
5029 && mDisplayContent.mInputMethodWindow != null in postApplyAnimation()5030 && mDisplayContent.mInputMethodWindow.isVisible(); in postApplyAnimation()