Searched refs:shouldImeAttachedToApp (Results 1 – 10 of 10) sorted by relevance
272 final boolean shouldImeAttachedToApp = mDisplayContent.shouldImeAttachedToApp(); in adjustVisibilityForIme()275 if (shouldImeAttachedToApp && originalImeSource != null) { in adjustVisibilityForIme()
437 && !task.getDisplayContent().shouldImeAttachedToApp();
3848 boolean shouldImeAttachedToApp() { in shouldImeAttachedToApp() method in DisplayContent3870 return shouldImeAttachedToApp() in isImeAttachedToApp()4021 if (!shouldImeAttachedToApp() || !mWmService.mPolicy.isScreenOn()) { in attachAndShowImeScreenshotOnTarget()4199 if (shouldImeAttachedToApp()) { in computeImeParent()
5754 if (mDisplayContent.shouldImeAttachedToApp()) { in needsRelativeLayeringToIme()
199 when(task.getDisplayContent().shouldImeAttachedToApp()).thenReturn(false); in testCreateTaskSnapshotWithExcludingIme()219 when(task.getDisplayContent().shouldImeAttachedToApp()).thenReturn(true); in testCreateTaskSnapshotWithIncludingIme()
427 assertTrue(mDisplayContent.shouldImeAttachedToApp()); in testAssignWindowLayers_ForImeOnAppWithRecentsAnimating()
324 assertFalse(mActivity.mDisplayContent.shouldImeAttachedToApp()); in testLetterboxFullscreenBoundsAndNotImeAttachable()331 assertFalse(mActivity.mDisplayContent.shouldImeAttachedToApp()); in testLetterboxFullscreenBoundsAndNotImeAttachable()373 assertTrue(mActivity.mDisplayContent.shouldImeAttachedToApp()); in testAspectRatioMatchParentBoundsAndImeAttachable()
909 assertTrue(mDisplayContent.shouldImeAttachedToApp()); in testAdjustImeInsetsVisibilityWhenSwitchingApps()
382 doReturn(true).when(mDisplayContent).shouldImeAttachedToApp(); in testComputeImeTargetReturnsNull_windowDidntRequestIme()1958 assertTrue(mDisplayContent.shouldImeAttachedToApp()); in testAttachAndShowImeScreenshotOnTarget()
45899 HSPLcom/android/server/wm/DisplayContent;->shouldImeAttachedToApp()Z+]Lcom/android/server/wm/Window…