Home
last modified time | relevance | path

Searched refs:shouldImeAttachedToApp (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java272 final boolean shouldImeAttachedToApp = mDisplayContent.shouldImeAttachedToApp(); in adjustVisibilityForIme()
275 if (shouldImeAttachedToApp && originalImeSource != null) { in adjustVisibilityForIme()
H A DTaskSnapshotController.java437 && !task.getDisplayContent().shouldImeAttachedToApp();
H A DDisplayContent.java3848 boolean shouldImeAttachedToApp() { in shouldImeAttachedToApp() method in DisplayContent
3870 return shouldImeAttachedToApp() in isImeAttachedToApp()
4021 if (!shouldImeAttachedToApp() || !mWmService.mPolicy.isScreenOn()) { in attachAndShowImeScreenshotOnTarget()
4199 if (shouldImeAttachedToApp()) { in computeImeParent()
H A DWindowState.java5754 if (mDisplayContent.shouldImeAttachedToApp()) { in needsRelativeLayeringToIme()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotControllerTest.java199 when(task.getDisplayContent().shouldImeAttachedToApp()).thenReturn(false); in testCreateTaskSnapshotWithExcludingIme()
219 when(task.getDisplayContent().shouldImeAttachedToApp()).thenReturn(true); in testCreateTaskSnapshotWithIncludingIme()
H A DZOrderingTests.java427 assertTrue(mDisplayContent.shouldImeAttachedToApp()); in testAssignWindowLayers_ForImeOnAppWithRecentsAnimating()
H A DSizeCompatTests.java324 assertFalse(mActivity.mDisplayContent.shouldImeAttachedToApp()); in testLetterboxFullscreenBoundsAndNotImeAttachable()
331 assertFalse(mActivity.mDisplayContent.shouldImeAttachedToApp()); in testLetterboxFullscreenBoundsAndNotImeAttachable()
373 assertTrue(mActivity.mDisplayContent.shouldImeAttachedToApp()); in testAspectRatioMatchParentBoundsAndImeAttachable()
H A DWindowStateTests.java909 assertTrue(mDisplayContent.shouldImeAttachedToApp()); in testAdjustImeInsetsVisibilityWhenSwitchingApps()
H A DDisplayContentTests.java382 doReturn(true).when(mDisplayContent).shouldImeAttachedToApp(); in testComputeImeTargetReturnsNull_windowDidntRequestIme()
1958 assertTrue(mDisplayContent.shouldImeAttachedToApp()); in testAttachAndShowImeScreenshotOnTarget()
/aosp12/frameworks/base/services/
H A Dart-profile45899 HSPLcom/android/server/wm/DisplayContent;->shouldImeAttachedToApp()Z+]Lcom/android/server/wm/Window…