Searched refs:showImeScreenshot (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | DefaultImeVisibilityApplier.java | 206 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()
|
D | ImeVisibilityApplier.java | 89 default boolean showImeScreenshot(@NonNull IBinder windowToken, int displayId) { in showImeScreenshot() method
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ImeTargetVisibilityPolicy.java | 40 public abstract boolean showImeScreenshot(@NonNull IBinder imeTarget, int displayId); in showImeScreenshot() method in ImeTargetVisibilityPolicy
|
D | DisplayContent.java | 4321 showImeScreenshot(); in setImeLayeringTargetInner() 4593 void showImeScreenshot() { in showImeScreenshot() method in DisplayContent 4601 void showImeScreenshot(WindowState imeTarget) { in showImeScreenshot() method in DisplayContent
|
D | WindowContainer.java | 3265 mDisplayContent.showImeScreenshot(); in applyAnimationUnchecked()
|
D | WindowManagerService.java | 8819 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/ |
D | DefaultImeVisibilityApplierTest.java | 189 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/ |
D | DisplayContentTests.java | 2394 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()
|
D | ZOrderingTests.java | 593 mDisplayContent.showImeScreenshot(imeAppTarget); in testImeScreenshotLayer()
|