Searched refs:showState (Results 1 – 1 of 1) sorted by relevance
1352 public void notifySoftKeyboardShowModeChangedLocked(int showState) { in notifySoftKeyboardShowModeChangedLocked() argument1353 mInvocationHandler.notifySoftKeyboardShowModeChangedLocked(showState); in notifySoftKeyboardShowModeChangedLocked()1384 private void notifySoftKeyboardShowModeChangedInternal(int showState) { in notifySoftKeyboardShowModeChangedInternal() argument1388 listener.onSoftKeyboardShowModeChanged(showState); in notifySoftKeyboardShowModeChangedInternal()1680 final int showState = (int) message.arg1; in handleMessage() local1681 notifySoftKeyboardShowModeChangedInternal(showState); in handleMessage()1738 public void notifySoftKeyboardShowModeChangedLocked(int showState) { in notifySoftKeyboardShowModeChangedLocked() argument1743 final Message msg = obtainMessage(MSG_ON_SOFT_KEYBOARD_STATE_CHANGED, showState, 0); in notifySoftKeyboardShowModeChangedLocked()