Home
last modified time | relevance | path

Searched refs:showImeScreenshot (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DDefaultImeVisibilityApplier.java206 showImeScreenshot(windowToken, displayIdToShowIme); in applyImeVisibility()
218 public boolean showImeScreenshot(@NonNull IBinder imeTarget, int displayId) { in showImeScreenshot() method in DefaultImeVisibilityApplier
219 if (mImeTargetVisibilityPolicy.showImeScreenshot(imeTarget, displayId)) { in showImeScreenshot()
DImeVisibilityApplier.java89 default boolean showImeScreenshot(@NonNull IBinder windowToken, int displayId) { in showImeScreenshot() method
/frameworks/base/services/core/java/com/android/server/wm/
DImeTargetVisibilityPolicy.java40 public abstract boolean showImeScreenshot(@NonNull IBinder imeTarget, int displayId); in showImeScreenshot() method in ImeTargetVisibilityPolicy
DDisplayContent.java4321 showImeScreenshot(); in setImeLayeringTargetInner()
4593 void showImeScreenshot() { in showImeScreenshot() method in DisplayContent
4601 void showImeScreenshot(WindowState imeTarget) { in showImeScreenshot() method in DisplayContent
DWindowContainer.java3265 mDisplayContent.showImeScreenshot(); in applyAnimationUnchecked()
DWindowManagerService.java8819 public boolean showImeScreenshot(@NonNull IBinder imeTarget, int displayId) { in showImeScreenshot() method in WindowManagerService.ImeTargetVisibilityPolicyImpl
8831 dc.showImeScreenshot(imeTargetWindow); in showImeScreenshot()
/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/
DDefaultImeVisibilityApplierTest.java189 mVisibilityApplier.showImeScreenshot(mWindowToken, Display.DEFAULT_DISPLAY); in testShowImeScreenshot()
192 verify(mMockImeTargetVisibilityPolicy).showImeScreenshot(eq(mWindowToken), in testShowImeScreenshot()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java2394 verify(mDisplayContent, atLeast(1)).showImeScreenshot(); in testAttachAndShowImeScreenshotOnTarget()
2417 verify(mDisplayContent).showImeScreenshot(); in testShowImeScreenshot()
2422 verify(mDisplayContent, never()).showImeScreenshot(); in testShowImeScreenshot()
2442 mDisplayContent.showImeScreenshot(); in testShowImeScreenshot_removeCurSnapshotBeforeCreateNext()
2445 mDisplayContent.showImeScreenshot(); in testShowImeScreenshot_removeCurSnapshotBeforeCreateNext()
2488 mDisplayContent.showImeScreenshot(); in testRemoveImeScreenshot_whenWindowRemoveImmediately()
DZOrderingTests.java593 mDisplayContent.showImeScreenshot(imeAppTarget); in testImeScreenshotLayer()