Searched refs:shouldShowIme (Results 1 – 8 of 8) sorted by relevance
197 public boolean shouldShowIme(int displayId) { in shouldShowIme() method in WindowManagerImpl199 return WindowManagerGlobal.getWindowManagerService().shouldShowIme(displayId); in shouldShowIme()
614 boolean shouldShowIme(int displayId); in shouldShowIme() method
540 default boolean shouldShowIme(int displayId) { in shouldShowIme() method
493 public abstract boolean shouldShowIme(int displayId); in shouldShowIme() method in WindowManagerInternal
7053 public boolean shouldShowIme(int displayId) { in shouldShowIme() method in WindowManagerService7519 public boolean shouldShowIme(int displayId) { in shouldShowIme() method in WindowManagerService.LocalService7521 return WindowManagerService.this.shouldShowIme(displayId); in shouldShowIme()
603 assertTrue(wmInternal.shouldShowIme(dc.getDisplayId())); in testShouldShowImeWithinForceDesktopMode()
1454 mImeDisplayValidator = displayId -> mWindowManagerInternal.shouldShowIme(displayId); in InputMethodManagerService()
4359 method public default boolean shouldShowIme(int);