Searched refs:showState (Results 1 – 1 of 1) sorted by relevance
1146 public void notifySoftKeyboardShowModeChangedLocked(int showState) { in notifySoftKeyboardShowModeChangedLocked() argument1147 mInvocationHandler.notifySoftKeyboardShowModeChangedLocked(showState); in notifySoftKeyboardShowModeChangedLocked()1178 private void notifySoftKeyboardShowModeChangedInternal(int showState) { in notifySoftKeyboardShowModeChangedInternal() argument1182 listener.onSoftKeyboardShowModeChanged(showState); in notifySoftKeyboardShowModeChangedInternal()1319 final int showState = (int) message.arg1; in handleMessage() local1320 notifySoftKeyboardShowModeChangedInternal(showState); in handleMessage()1373 public void notifySoftKeyboardShowModeChangedLocked(int showState) { in notifySoftKeyboardShowModeChangedLocked() argument1378 final Message msg = obtainMessage(MSG_ON_SOFT_KEYBOARD_STATE_CHANGED, showState, 0); in notifySoftKeyboardShowModeChangedLocked()