Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DImeBindingState.java39 final class ImeBindingState { class
96 static ImeBindingState newEmptyState() { in newEmptyState()
97 return new ImeBindingState( in newEmptyState()
106 ImeBindingState(@UserIdInt int userId, in ImeBindingState() method in ImeBindingState
DInputMethodManagerService.java483 ImeBindingState mImeBindingState;
1315 mImeBindingState = ImeBindingState.newEmptyState(); in InputMethodManagerService()
1897 mImeBindingState = ImeBindingState.newEmptyState(); in onClientRemoved()
3920 mImeBindingState = new ImeBindingState(bindingController.mUserId, windowToken, in startInputOrWindowGainedFocusInternalLocked()