Searched refs:inputMethodClientHasFocus (Results 1 – 4 of 4) sorted by relevance
62 boolean inputMethodClientHasFocus(IInputMethodClient client); in inputMethodClientHasFocus() method
174 public boolean inputMethodClientHasFocus(IInputMethodClient arg0) throws RemoteException { in inputMethodClientHasFocus() method in IWindowManagerImpl
1172 if (!mIWindowManager.inputMethodClientHasFocus(cs.client)) { in startInputLocked()1844 if (!mIWindowManager.inputMethodClientHasFocus(client)) { in showSoftInput()1927 if (!mIWindowManager.inputMethodClientHasFocus(client)) { in hideSoftInput()1999 if (!mIWindowManager.inputMethodClientHasFocus(cs.client)) { in windowGainedFocus()
8158 public boolean inputMethodClientHasFocus(IInputMethodClient client) { in inputMethodClientHasFocus() method