Home
last modified time | relevance | path

Searched refs:updateInputMethodDisplay (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DInputMethod.java109 updateInputMethodDisplay(displayId); in initializeInternal()
151 default void updateInputMethodDisplay(int displayId) { in updateInputMethodDisplay() method
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java533 updateInputMethodDisplay(displayId); in initializeInternal()
572 public void updateInputMethodDisplay(int displayId) { in updateInputMethodDisplay() method in InputMethodService.InputMethodImpl