Searched refs:inputMethodClientHasFocus (Results 1 – 4 of 4) sorted by relevance
68 boolean inputMethodClientHasFocus(IInputMethodClient client); in inputMethodClientHasFocus() method
179 public boolean inputMethodClientHasFocus(IInputMethodClient arg0) throws RemoteException { in inputMethodClientHasFocus() method in IWindowManagerImpl
1354 if (!mIWindowManager.inputMethodClientHasFocus(cs.client)) { in startInputLocked()2080 if (!mIWindowManager.inputMethodClientHasFocus(client)) { in showSoftInput()2167 if (!mIWindowManager.inputMethodClientHasFocus(client)) { in hideSoftInput()2273 if (!mIWindowManager.inputMethodClientHasFocus(cs.client)) { in windowGainedFocus()
8675 public boolean inputMethodClientHasFocus(IInputMethodClient client) { in inputMethodClientHasFocus() method