Home
last modified time | relevance | path

Searched refs:setShouldShowIme (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowManagerImpl.java189 public void setShouldShowIme(int displayId, boolean shouldShow) { in setShouldShowIme() method in WindowManagerImpl
191 WindowManagerGlobal.getWindowManagerService().setShouldShowIme(displayId, shouldShow); in setShouldShowIme()
DIWindowManager.aidl624 void setShouldShowIme(int displayId, boolean shouldShow); in setShouldShowIme() method
DWindowManager.java528 default void setShouldShowIme(int displayId, boolean shouldShow) { in setShouldShowIme() method
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/view/
DWindowManagerImpl.java93 public void setShouldShowIme(int displayId, boolean shouldShow) { in setShouldShowIme() method in WindowManagerImpl
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java7074 public void setShouldShowIme(int displayId, boolean shouldShow) { in setShouldShowIme() method in WindowManagerService
/frameworks/base/api/
Dtest-current.txt4356 method public default void setShouldShowIme(int, boolean);